Source-Changes archive

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

CVS commit: src/sys



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@localhost>


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.




Home | Main Index | Thread Index | Old Index