Subject: CVS commit: [newlock2] src/sys
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 02/05/2007 13:03:57
Module Name:	src
Committed By:	ad
Date:		Mon Feb  5 13:03:57 UTC 2007

Modified Files:
	src/sys/kern [newlock2]: kern_rwlock.c
	src/sys/sys [newlock2]: rwlock.h

Log Message:
- Decouple downgrade from rw_vector_exit(), and simplify a bit.
- Fix a problem that could cause stalls under load.


To generate a diff of this commit:
cvs rdiff -r1.1.36.7 -r1.1.36.8 src/sys/kern/kern_rwlock.c
cvs rdiff -r1.1.36.6 -r1.1.36.7 src/sys/sys/rwlock.h

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