commit | 8110b073a9135acf0a71bccfc20c0d1023f179c6 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Thu Mar 22 16:53:23 2007 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Thu Apr 26 15:07:40 2007 -0700 |
tree | b668738e25648f3fcfd7b1063ab8d4948cebc668 | |
parent | 4f902c37727bbedbc0508a1477874c58ddcc9af8 [diff] |
ocfs2: Fix up i_blocks calculation to know about holes 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>