commit | e535e2efd295c3990bb9f654c8bb6bd176ebdc2b | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Fri Aug 31 10:23:41 2007 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Tue Sep 11 11:39:46 2007 -0700 |
tree | 5f519f1003a7f5700e5e8d62d477382bc806d738 | |
parent | 30b8548f2c270c0205558fe4826a6ab8e7fe51ad [diff] |
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 <mark.fasheh@oracle.com>