Have vfsync() call buf_checkwrite() on buffers with bioops to determine
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 30 Apr 2008 17:34:11 +0000 (17:34 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 30 Apr 2008 17:34:11 +0000 (17:34 +0000)
commit17a8ba12de11a3ba90ffb2f46375c2c7b5c1930c
treeddb6f3418728170d2277fcc5e843feb86feb55b6
parent253ac9c3b771dcb122844ab81c7078025de6c11b
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.
sys/kern/vfs_subr.c