zfs/module
Brian Behlendorf 1a944a7d0b kmem slab fixes
- spl_slab_reclaim() 'continue' changed back to 'break' from commit
  37db7d8cf9.  The original was correct,
  I have added a comment to ensure this does not happen again.
- spl_slab_reclaim() further optimized by moving the destructor call
  in spl_slab_free() outside the skc->skc_lock.  This minimizes the
  length of time the spin lock is held, allows the destructors to
  be invoked concurrently for different objects, and as a bonus makes
  it safe (although unwise) to sleep in the destructors.
2009-02-13 10:28:55 -08:00
..
spl kmem slab fixes 2009-02-13 10:28:55 -08:00
splat 2.6.27+ portability changes 2009-02-02 15:12:30 -08:00
Makefile.in Rename modules to module and update references 2009-01-15 10:44:54 -08:00