K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-10-20T01:22:42.000000Z K 7 svn:log V 282 The mtx_init() and sx_init() functions bzero'd locks before handing them off to witness_init() making the check for double intializating a lock by testing the LO_INITIALIZED flag moot. Workaround this by checking the LO_INITIALIZED flag ourself before we bzero the lock structure. END