From: Mark Fasheh Date: Thu, 22 Mar 2007 23:53:23 +0000 (-0700) Subject: ocfs2: Fix up i_blocks calculation to know about holes X-Git-Tag: v2.6.22-rc1~1124^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8110b073a9135acf0a71bccfc20c0d1023f179c6;p=pandora-kernel.git 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 --- Reading git-diff-tree failed