K 10 svn:author V 3 jhb K 8 svn:date V 27 2007-03-30T18:07:24.000000Z K 7 svn:log V 340 - Use lock_init/lock_destroy() to setup the lock_object inside of lockmgr. We can now use LOCK_CLASS() as a stronger check in lockmgr_chain() as a result. This required putting back lk_flags as lockmgr's use of flags conflicted with other flags in lo_flags otherwise. - Tweak 'show lock' output for lockmgr to match sx, rw, and mtx. END