K 10 svn:author V 8 mckusick K 8 svn:date V 27 1999-06-28T07:54:58.000000Z K 7 svn:log V 271 When requesting an exclusive lock with LK_NOWAIT, do not panic if LK_RECURSIVE is not set, as we will simply return that the lock is busy and not actually deadlock. This allows processes to use polling locks against buffers that they may already hold exclusively locked. END