freebsd-skq/sys/fs/msdosfs
rmacklem fba63dddeb MFC: r281562
File systems that do not use the buffer cache (such as ZFS) must
use VOP_FSYNC() to perform the NFS server's Commit operation.
This patch adds a mnt_kern_flag called MNTK_USES_BCACHE which
is set by file systems that use the buffer cache. If this flag
is not set, the NFS server always does a VOP_FSYNC().
This should be ok for old file system modules that do not set
MNTK_USES_BCACHE, since calling VOP_FSYNC() is correct, although
it might not be optimal for file systems that use the buffer cache.
2015-04-30 12:39:24 +00:00
..
bootsect.h
bpb.h
denode.h Remove unused thread argument from vtruncbuf(). 2012-04-23 13:21:28 +00:00
direntry.h
fat.h
msdosfs_conv.c MFC r277898: 2015-02-02 07:37:25 +00:00
msdosfs_denode.c Expand the use of stat(2) flags to allow storing some Windows/DOS 2013-08-21 23:04:48 +00:00
msdosfs_fat.c MFC r281120: 2015-04-12 07:03:26 +00:00
msdosfs_fileno.c MFC: r263441: 2014-03-23 19:48:30 +00:00
msdosfs_iconv.c
msdosfs_lookup.c MFC r275897: 2015-01-01 10:44:20 +00:00
msdosfs_vfsops.c MFC: r281562 2015-04-30 12:39:24 +00:00
msdosfs_vnops.c MFC r276007: 2015-01-04 00:46:06 +00:00
msdosfsmount.h MFC r280342: 2015-04-05 01:03:11 +00:00