Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 05/20/2006 12:06:20
Module Name:	src
Committed By:	yamt
Date:		Sat May 20 12:06:20 UTC 2006

Modified Files:
	src/sys/kern: vfs_lockf.c

Log Message:
fix F_SETLKW deadlock detection, which has been broken since lwpify.
although this doesn't work for processes with multiple lwps, it's better
than not working at all.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 src/sys/kern/vfs_lockf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.