ext2: Fix the max file size for ext2 file system.
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Tue, 29 Jan 2008 04:58:26 +0000 (23:58 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 29 Jan 2008 04:58:26 +0000 (23:58 -0500)
commit902be4c5efe0289594c3acf43da40fe7ff0a138b
treec539eff04a1d3303ff2b8b19aa763b55a70f6f9d
parente2b4657453c0d5571bd3c7256585c486ed42d364
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>
fs/ext2/super.c