NFS: Clean up NFS writeback flush code
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 20 Jul 2007 17:13:28 +0000 (13:13 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 9 Oct 2007 21:15:18 +0000 (17:15 -0400)
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 <Trond.Myklebust@netapp.com>

No differences found