Subject: PR/35143 CVS commit: src/sys/kern
To: None <wrstuden@NetBSD.org, gnats-admin@netbsd.org,>
From: Chuck Silvers <chs@netbsd.org>
List: netbsd-bugs
Date: 12/09/2006 16:00:05
The following reply was made to PR kern/35143; it has been noted by GNATS.

From: Chuck Silvers <chs@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/35143 CVS commit: src/sys/kern
Date: Sat,  9 Dec 2006 15:59:25 +0000 (UTC)

 Module Name:	src
 Committed By:	chs
 Date:		Sat Dec  9 15:59:25 UTC 2006
 
 Modified Files:
 	src/sys/kern: kern_lock.c
 
 Log Message:
 in lockstatus(), report LK_EXCLOTHER if LK_WANT_EXCL or LK_WANT_UPGRADE
 is set, since the thread that set either of those flags will be the next
 one to get the lock.  fixes PR 35143.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.102 -r1.103 src/sys/kern/kern_lock.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.