CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/08 12:48:41
Modified files:
sys/msdosfs : msdosfs_vnops.c
sys/sys : vnode.h
sys/ufs/ext2fs : ext2fs_readwrite.c
sys/ufs/ffs : ffs_vnops.c
sys/uvm : uvm_vnode.c
Log message:
add IO_NOCACHE flag to vop_write arguments, which in turn sets B_NOCACHE
on the written buffers. Use the flag for writes from the page daemon to
ensure that we free buffers written out by the page daemon rather than
caching them.
ok kettenis@
