Home
last modified time | relevance | path

Searched hist:af7fa16506bf9b6323e862a61e14c20555152bb3 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/nfs/
H A Dfile.cdiff af7fa16506bf9b6323e862a61e14c20555152bb3 Sat Jul 31 13:29:06 CDT 2010 Trond Myklebust <Trond.Myklebust@netapp.com> NFS: Fix up the fsync code

Christoph points out that the VFS will always flush out data before calling
nfs_fsync(), so we can dispense with a full call to nfs_wb_all(), and
replace that with a simpler call to nfs_commit_inode().

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>