Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Juergen Hannken-Illjes <hannken@netbsd.org>
List: source-changes
Date: 02/02/2008 16:51:35
Module Name: src
Committed By: hannken
Date: Sat Feb 2 16:51:35 UTC 2008
Modified Files:
src/sys/kern: vfs_bio.c vfs_trans.c
src/sys/sys: buf.h
Log Message:
BO_COWDONE -> B_COWDONE: this flag is tested/modified from the thread owning
the buffer and therefore needs no protection by a mutex.
Ok: Andrew Doran <ad@netbsd.org>
To generate a diff of this commit:
cvs rdiff -r1.185 -r1.186 src/sys/kern/vfs_bio.c
cvs rdiff -r1.16 -r1.17 src/sys/kern/vfs_trans.c
cvs rdiff -r1.102 -r1.103 src/sys/sys/buf.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.