From: Jan Kara Date: Thu, 5 Aug 2010 18:32:46 +0000 (+0200) Subject: ocfs2: Remove ocfs2_sync_inode() X-Git-Tag: v2.6.37-rc1~182^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c38881f87c21ada5609a4065cb10e3e74da0d6e;p=pandora-kernel.git ocfs2: Remove ocfs2_sync_inode() ocfs2_sync_inode() is used only from ocfs2_sync_file(). But all data has already been written before calling ocfs2_sync_file() and ocfs2 doesn't use inode's private_list for tracking metadata buffers thus sync_mapping_buffers() is superfluous as well. Signed-off-by: Jan Kara Acked-by: Mark Fasheh Signed-off-by: Joel Becker --- Reading git-diff-tree failed