From: Mark Fasheh Date: Fri, 20 Jul 2007 19:56:16 +0000 (-0700) Subject: ocfs2: Fix max offset calculations X-Git-Tag: v2.6.23-rc3~11^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a25403175b8a945e93fc9c64ae9cf54f5730add;p=pandora-kernel.git ocfs2: Fix max offset calculations ocfs2_max_file_offset() was over-estimating the largest file size for several cases. This wasn't really a problem before, but now that we support sparse files, it needs to be more accurate. Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed