Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/kern



> 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



Home | Main Index | Thread Index | Old Index