From: Trond Myklebust Date: Sat, 31 Jul 2010 18:29:06 +0000 (-0400) Subject: NFS: Fix up the fsync code X-Git-Tag: v2.6.36-rc1~498^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af7fa16506bf9b6323e862a61e14c20555152bb3;p=pandora-kernel.git 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 --- Reading git-diff-tree failed