git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30b8548
)
ocfs2: Fix calculation of i_blocks during truncate
author
Mark Fasheh
<mark.fasheh@oracle.com>
Fri, 31 Aug 2007 17:23:41 +0000
(10:23 -0700)
committer
Mark 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