]> git.proxmox.com Git - mirror_zfs-debian.git/commit
Switch KM_SLEEP to KM_PUSHPAGE
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 5 Sep 2012 02:54:20 +0000 (19:54 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 5 Sep 2012 15:44:58 +0000 (08:44 -0700)
commitcafa9709f3271fe345b571c2feff8d2dc034ed49
tree5f527929570ac530817030b6dd868f5e90a6d08c
parent0ef0ff546eeab2f85690d59ee23fe30fa634dd38
Switch KM_SLEEP to KM_PUSHPAGE

This warning indicates the incorrect use of KM_SLEEP in a call
path which must use KM_PUSHPAGE to avoid deadlocking in direct
reclaim.  See commit b8d06fca089fae4680c3a552fc55c512bfb02202
for additional details.

  SPL: Fixing allocation for task txg_sync (6093) which
  used GFP flags 0x297bda7c with PF_NOFS set

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #917
module/zfs/zap_leaf.c
module/zfs/zap_micro.c