ocfs2: Fix up i_blocks calculation to know about holes
authorMark Fasheh <mark.fasheh@oracle.com>
Thu, 22 Mar 2007 23:53:23 +0000 (16:53 -0700)
committerMark 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