From 5a25403175b8a945e93fc9c64ae9cf54f5730add Mon Sep 17 00:00:00 2001 From: Mark Fasheh Date: Fri, 20 Jul 2007 12:56:16 -0700 Subject: [PATCH] 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-format-patch failed