cvs commit: src/sys/kern vfs_subr.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Apr 30 10:35:10 PDT 2008
dillon 2008/04/30 10:34:11 PDT
DragonFly src repository
Modified files:
sys/kern vfs_subr.c
Log:
Have vfsync() call buf_checkwrite() on buffers with bioops to determine
whether it is ok to write out a buffer or not. Used by HAMMER to prevent
specfs from syncing out meta-data at the wrong time.
Revision Changes Path
1.112 +9 -0 src/sys/kern/vfs_subr.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_subr.c.diff?r1=1.111&r2=1.112&f=u
More information about the Commits
mailing list