Files
mirror_zfs/module/spl
Brian Behlendorf 2371321e8a Fix invalid context bug
In the module unload path the vm_file_cache was being destroyed
under a spin lock.  Because this operation might sleep it was
possible, although very very unlikely, that this could result
in a deadlock.

This issue was indentified by using a Linux debug kernel and
has been fixed by moving the kmem_cache_destroy() out from under
the spin lock.  There is no need to lock this operation here.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes zfsonlinux/zfs#771
2012-06-11 09:17:45 -07:00
..
2010-01-08 09:37:54 -08:00
2012-05-18 13:57:44 -07:00
2012-04-06 12:06:19 -07:00
2012-05-22 09:27:11 -07:00
2011-01-12 11:38:05 -08:00
2012-02-02 11:28:00 -08:00
2010-05-17 15:18:00 -07:00
2010-05-17 15:18:00 -07:00
2012-06-11 09:17:45 -07:00
2010-07-20 13:30:40 -07:00