K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2011-11-15T23:35:43.617425Z K 7 svn:log V 306 Modify the new NFS client so that nfs_fsync() only calls ncl_flush() for regular files. Since other file types don't write into the buffer cache, calling ncl_flush() is almost a no-op. However, it does clear the NMODIFIED flag and this shouldn't be done by nfs_fsync() for directories. MFC after: 2 weeks END