commit | af7fa16506bf9b6323e862a61e14c20555152bb3 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Sat Jul 31 14:29:06 2010 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Aug 03 22:06:07 2010 -0400 |
tree | a9d5e5713d1d4662c0fb2097f506e60036404a37 | |
parent | 77041ed9b49a9e10f374bfa6e482d30ee7a3d46e [diff] |
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>