commit | ed90ef51a33f572fa7d00c8b05f7457be727e74f | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Jul 20 13:13:28 2007 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Oct 09 17:15:18 2007 -0400 |
tree | 4c41336dd045cd9a857454a5d8a595288d64d6e1 | |
parent | 90e9a3f9b0a14198a8ae5a0a5c13ad30f0b8b40d [diff] |
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 <Trond.Myklebust@netapp.com>