Subject: Re: CVS commit: src/sys/kern
To: None <ad@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 01/27/2008 03:25:10
> Module Name:	src
> Committed By:	ad
> Date:		Sat Jan 26 14:13:37 UTC 2008
> 
> Modified Files:
> 	src/sys/kern: kern_rwlock.c
> 
> Log Message:
> rw_write_held: return true only if held by the current LWP.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.16 -r1.17 src/sys/kern/kern_rwlock.c
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.

you mean s/RW_OWNER(rw)/(uintptr_t)curlwp/ ?

YAMAMOTO Takashi