From: Richard Yao Date: Sat, 8 Dec 2012 13:38:13 +0000 (-0500) Subject: Switch KM_SLEEP to KM_PUSHPAGE X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=commitdiff_plain;h=e4d89e9cfc605dc59df57d89818868e033e59cfb;hp=e4d89e9cfc605dc59df57d89818868e033e59cfb;p=zfs.git Switch KM_SLEEP to KM_PUSHPAGE When writes to zvols invoke ZIL, zfs_range_new_proxy() is called, which allocates memory using KM_SLEEP, triggering a warning. Switch to KM_PUSHPAGE to silence that warning. See commit b8d06fca089fae4680c3a552fc55c512bfb02202 for additional details. Signed-off-by: Richard Yao Signed-off-by: Brian Behlendorf Closes #1138 ---