Brian Behlendorf 989fd514b1 Change ASSERT(!"...") to cmn_err(CE_PANIC, ...)
There are a handful of ASSERT(!"...")'s throughout the code base for
cases which should be impossible.  This patch converts them to use
cmn_err(CE_PANIC, ...) to ensure they are always enabled and so that
additional debugging is logged if they were to occur.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #1445
2015-03-03 13:22:21 -08:00
..
2013-09-04 15:49:00 -07:00
2010-08-31 13:41:58 -07:00
2014-07-29 10:55:29 -07:00
2013-12-18 16:46:35 -08:00
2015-01-16 14:41:26 -08:00