From: Trond Myklebust Date: Sat, 20 Feb 2010 01:03:26 +0000 (-0800) Subject: NFS: Replace __nfs_write_mapping with sync_inode() X-Git-Tag: v2.6.34-rc1~190^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acdc53b2146c7ee67feb1f02f7bc3020126514b8;p=pandora-kernel.git 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 --- Reading git-diff-tree failed