commit | 5a25403175b8a945e93fc9c64ae9cf54f5730add | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Fri Jul 20 12:56:16 2007 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Thu Aug 09 17:25:49 2007 -0700 |
tree | b40693ea1e35ba8679c9b89ca91e92be3352748b | |
parent | ce76fd30ce98cdaeb38dca0dfbb3fa6d2801c5ce [diff] |
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 <mark.fasheh@oracle.com>