K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-01-26T03:18:17.000000Z K 7 svn:log V 282 - Don't pass in MTX_NORECURSE, as that is only used with spin mutexes and is going away soon anyways. Instead, don't pass MTX_RECURSE to mtx_init, so that WITNESS will panic if the driver mutex is recursed on. - Use MTX_DEF in mtx_init() instead of assuming that it will be 0. END