K 10 svn:author V 7 attilio K 8 svn:date V 27 2008-04-12T19:57:30.000000Z K 7 svn:log V 378 - Re-introduce WITNESS support for lockmgr. About the old implementation the only one difference is that lockmgr*() functions now accept LK_NOWITNESS flag which skips ordering for the instanced calling. - Remove an unuseful stub in witness_checkorder() (because the above check doesn't allow ever happening) and allow witness_upgrade() to accept non-try operation too. END