Switch KM_SLEEP to KM_PUSHPAGE
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 19 Sep 2012 18:50:22 +0000 (11:50 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 19 Sep 2012 18:52:36 +0000 (11:52 -0700)
commit95fd8c9a7f979e4c4941d329e6457cc84a81edfa
treec52315db5fa8de5eae92e266504b9c69e7b6c24d
parent0a2f7b3662fd10e7ac56a4b2859248eb98e31d6d
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 #973
module/zfs/ddt.c