Subject: Re: panic("lockmgr: locking against myself")
To: Kazufumi-MIT-Mitani <mit@mit-s.otaru-uc.ac.jp>
From: Frank van der Linden <frank@wins.uva.nl>
List: current-users
Date: 03/11/1998 16:48:06
On Thu, Mar 12, 1998 at 12:25:41AM +0900, Kazufumi-MIT-Mitani wrote:
> 	panic("lockmgr: locking against myself")
> 
> and it may be caused by miscfs/nullfs/null_subr.c
> 
> 	if (vget(cvp, LK_EXCLUSIVE))
> 
> ... right?

Correct. That LK_EXCLUSIVE should be a 0, I made an error during the
Lite2 merge. I've checked in this change, if you change it in your
tree too (if you don't want to wait until tomorrow's update), it
should be fine. Well.. as good as it ever worked, anyway ;-)

- Frank