vfsync() is not in the business of removing buffers beyond the file EOF.
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 24 Apr 2006 22:01:52 +0000 (22:01 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 24 Apr 2006 22:01:52 +0000 (22:01 +0000)
commit4e0ecc94da39f78ac4623c9b7758686c53dbe55a
treead8001718f77657e6950ef83984ad5e4a554336b
parentd37b14c8486d027448eff1adc789fde90fd65b6f
vfsync() is not in the business of removing buffers beyond the file EOF.
Remove the procedural argument and related code.
sys/kern/vfs_subr.c
sys/sys/vnode.h
sys/vfs/hpfs/hpfs_vnops.c
sys/vfs/msdosfs/msdosfs_vnops.c
sys/vfs/specfs/spec_vnops.c
sys/vfs/ufs/ffs_vnops.c