From: Mark Fasheh Date: Thu, 1 Mar 2007 19:22:19 +0000 (-0800) Subject: ocfs2: Use do_sync_mapping_range() in ocfs2_zero_tail_for_truncate() X-Git-Tag: v2.6.22-rc1~1124^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa41045fcbf78269991d5aebb1820fc51534f05d;p=pandora-kernel.git ocfs2: Use do_sync_mapping_range() in ocfs2_zero_tail_for_truncate() Do this instead of filemap_fdatawrite() - this way we sync only the range between i_size and the cluster boundary. Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed