commit | 902be4c5efe0289594c3acf43da40fe7ff0a138b | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Mon Jan 28 23:58:26 2008 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jan 28 23:58:26 2008 -0500 |
tree | c539eff04a1d3303ff2b8b19aa763b55a70f6f9d | |
parent | e2b4657453c0d5571bd3c7256585c486ed42d364 [diff] |
ext2: Fix the max file size for ext2 file system. The max file size for ext2 file system is now calculated with hardcoded 4K block size. The patch fixes it to be calculated with the right block size. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>