From: Jan Kara Date: Mon, 7 Nov 2011 23:20:39 +0000 (+0100) Subject: ocfs2: Use filemap_write_and_wait() instead of write_inode_now() X-Git-Tag: v3.2-rc4~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=249ec93c01db8898058899a80ffb537c8d27f86f;p=pandora-kernel.git ocfs2: Use filemap_write_and_wait() instead of write_inode_now() Since ocfs2 has no ->write_inode method, there's no point in calling write_inode_now() from ocfs2_cleanup_delete_inode(). Use filemap_write_and_wait() instead. This helps us to cleanup inode writing interfaces... Signed-off-by: Jan Kara Signed-off-by: Joel Becker --- Reading git-diff-tree failed