K 10 svn:author V 4 jake K 8 svn:date V 27 2000-12-18T05:50:31.000000Z K 7 svn:log V 276 Add an assertion macro for lockmgr locks, LOCKMGR_ASSERT(lkp, what, p). The what argument is the hold type that assertion acts on. LK_SHARED to assert that the process holds a shared, LK_EXCLUSIVE to assert that the process holds _either_ a shared lock or an exclusive lock. END