Subject: PR/35143 CVS commit: [netbsd-4] src/sys/kern
To: None <chs@NetBSD.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Jeff Rizzo <riz@netbsd.org>
List: netbsd-bugs
Date: 05/23/2007 17:10:05
The following reply was made to PR kern/35143; it has been noted by GNATS.

From: Jeff Rizzo <riz@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/35143 CVS commit: [netbsd-4] src/sys/kern
Date: Wed, 23 May 2007 17:07:36 +0000 (UTC)

 Module Name:	src
 Committed By:	riz
 Date:		Wed May 23 17:07:36 UTC 2007
 
 Modified Files:
 	src/sys/kern [netbsd-4]: kern_lock.c
 
 Log Message:
 Pull up following revision(s) (requested by tls in ticket #652):
 	sys/kern/kern_lock.c: revision 1.103
 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.102.2.1 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.