From: Mark Fasheh Date: Fri, 31 Aug 2007 17:23:41 +0000 (-0700) Subject: ocfs2: Fix calculation of i_blocks during truncate X-Git-Tag: v2.6.23-rc7~67^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e535e2efd295c3990bb9f654c8bb6bd176ebdc2b;p=pandora-kernel.git ocfs2: Fix calculation of i_blocks during truncate We were setting i_blocks too early - before truncating any allocation. Correct things to set i_blocks after the allocation change. Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed