K 10 svn:author V 7 attilio K 8 svn:date V 27 2008-01-11T16:38:12.000000Z K 7 svn:log V 340 lockmgr() function will return successfully when trying to work under panic but it won't actually lock anything. This can lead some paths to reach lockmgr_disown() with inconsistent lock which will let trigger the relative assertions. Fix those in order to recognize panic situation and to not trigger. Reported by: pho Submitted by: kib END