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:
4f902c3
)
ocfs2: Fix up i_blocks calculation to know about holes
author
Mark Fasheh
<mark.fasheh@oracle.com>
Thu, 22 Mar 2007 23:53:23 +0000
(16:53 -0700)
committer
Mark Fasheh
<mark.fasheh@oracle.com>
Thu, 26 Apr 2007 22:07:40 +0000
(15:07 -0700)
Older file systems which didn't support holes did a dumb calculation of
i_blocks based on i_size. This is no longer accurate, so fix things up to
take actual allocation into account.
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
No differences found