Files
mirror_zfs/module/spl
Brian Behlendorf 3050c9314f Switch KM_SLEEP to KM_PUSHPAGE
Under certain circumstances the following functions may be called
in a context where KM_SLEEP is unsafe and can result in a deadlocked
system.  To avoid this problem the unconditional KM_SLEEPs are
converted to KM_PUSHPAGEs.  This will prevent them from attempting
to initiate any I/O during direct reclaim.

This change was originally part of cd5ca4b but was reverted by
330fe01.  It always should have had its own commit for exactly
this reason.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2012-09-12 12:27:09 -07:00
..
2012-07-26 15:14:02 -07:00
2012-09-07 14:27:03 -07:00
2011-01-12 11:38:05 -08:00
2012-02-02 11:28:00 -08:00
2012-08-27 12:00:42 -07:00
2010-05-17 15:18:00 -07:00
2012-09-12 12:27:09 -07:00
2012-06-11 09:17:45 -07:00
2010-07-20 13:30:40 -07:00