ocfs2: Fix calculation of i_blocks during truncate
authorMark Fasheh <mark.fasheh@oracle.com>
Fri, 31 Aug 2007 17:23:41 +0000 (10:23 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Tue, 11 Sep 2007 18:39:46 +0000 (11:39 -0700)
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 <mark.fasheh@oracle.com>

No differences found