commit | acdc53b2146c7ee67feb1f02f7bc3020126514b8 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Feb 19 17:03:26 2010 -0800 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Mar 05 15:44:55 2010 -0500 |
tree | 3d8b087e8526c4caed87229fe12c2a2b261dd0a5 | |
parent | c988950eb6dd6f8e6d98503ca094622729e9aa13 [diff] |
NFS: Replace __nfs_write_mapping with sync_inode() Now that we have correct COMMIT semantics in writeback_single_inode, we can reduce and simplify nfs_wb_all(). Also replace nfs_wb_nocommit() with a call to filemap_write_and_wait(), which doesn't need to hold the inode->i_mutex. With that done, we can eliminate nfs_write_mapping() altogether. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>