From: Trond Myklebust Date: Fri, 20 Jul 2007 17:13:28 +0000 (-0400) Subject: NFS: Clean up NFS writeback flush code X-Git-Tag: v2.6.24-rc1~1285^2~126 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed90ef51a33f572fa7d00c8b05f7457be727e74f;p=pandora-kernel.git NFS: Clean up NFS writeback flush code The only user of nfs_sync_mapping_range() is nfs_getattr(), which uses it to flush out the entire inode without sending a commit. We therefore replace nfs_sync_mapping_range with a more appropriate helper. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed