From: Mark Fasheh Date: Tue, 20 Nov 2007 19:56:39 +0000 (-0800) Subject: ocfs2: reverse inline-data truncate args X-Git-Tag: v2.6.24-rc4~83^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1967d0eddeef4869ee283e692735cb994f3745a;p=pandora-kernel.git ocfs2: reverse inline-data truncate args ocfs2_truncate() and ocfs2_remove_inode_range() had reversed their "set i_size" arguments to ocfs2_truncate_inline(). Fix things so that truncate sets i_size, and punching a hole ignores it. This exposed a problem where punching a hole in an inline-data file wasn't updating the page cache, so fix that too. Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed