mirror_zfs/module
Brian Behlendorf 1315c88437 Coverity 9649, 9650, 9651: Uninit
This check was originally added to detect double initializations
of mutex types (which it did find).  Unfortunately, Coverity is
right that there is a very small chance we could trigger the
assertion by accident because an uninitialized stack variable
happens to contain the mutex magic.  This is particularly unlikely
since we do poison the mutexs when destroyed but still possible.
Therefore I'm simply removing the assertion.
2009-02-18 09:48:07 -08:00
..
spl Coverity 9649, 9650, 9651: Uninit 2009-02-18 09:48:07 -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