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
..
2015-04-27 08:06:33 +00:00
2015-03-19 13:37:36 +00:00
2015-04-25 00:58:19 +00:00
2015-04-25 00:36:43 +00:00
2015-04-27 08:02:12 +00:00
2015-04-27 05:42:14 +00:00
2014-12-31 23:25:37 +00:00
2014-10-18 19:22:59 +00:00
2015-04-30 12:39:24 +00:00
2015-04-27 14:59:31 +00:00
2015-04-27 08:06:33 +00:00
2015-04-30 12:39:24 +00:00
2015-02-02 08:05:11 +00:00
2015-02-14 21:16:19 +00:00
2015-04-13 01:01:17 +00:00
2015-03-14 14:38:25 +00:00
2015-03-19 12:49:55 +00:00
2014-06-22 21:26:46 +00:00
2015-01-01 10:44:20 +00:00
2014-12-23 12:13:31 +00:00
2015-02-14 21:16:19 +00:00
2015-04-01 21:48:54 +00:00
2015-04-30 12:39:24 +00:00
2015-04-30 12:39:24 +00:00
2015-04-27 08:02:12 +00:00
2015-03-03 10:11:58 +00:00