mirror_zfs/lib/libzpool
Brian Behlendorf 340dfbe193 Change VERIFY to ASSERT in mutex_destroy()
There have been multiple reports of 'zdb' tripping the VERIFY in
mutex_destroy() because pthread_mutex_destroy() returns EBUSY.

Exactly how this can happen still needs to be explained, but this
doesn't strictly need to be fatal for non-debug builds.  Therefore,
this patch converts the VERIFY to an ASSERT until the root cause
is determined and resolved.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #2027
2015-02-11 13:58:40 -08:00
..
kernel.c Change VERIFY to ASSERT in mutex_destroy() 2015-02-11 13:58:40 -08:00
Makefile.am Swap DTRACE_PROBE* with Linux tracepoints 2014-11-17 11:13:55 -08:00
taskq.c cstyle: Resolve C style issues 2013-12-18 16:46:35 -08:00
util.c Fix gcc cast warnings 2010-08-27 15:33:32 -07:00