]> granicus.if.org Git - zfs/commit
Switch KM_SLEEP to KM_PUSHPAGE
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 17 Sep 2012 18:22:23 +0000 (11:22 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 17 Sep 2012 18:22:23 +0000 (11:22 -0700)
commitba367276d84e126dc3a13677c286539d0019e3b8
treec6976f3682cc04ea87de4fe7878837ca192aba45
parent49d39798f286cce2497a87fc06d78c051ca87570
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/dsl_prop.c