CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/03/12 09:29:47
Modified files:
sys/kern : vfs_bio.c
Log message:
Enable caching when turning a synchronous write into a delayed write.
Otherwise the write will be discarded, which would prevent use of vnd(4)
on top of an async-mounted file system.
OK beck@
