K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2012-01-02T16:54:21.669533Z K 7 svn:log V 299 MFC: r227543 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. END