]> git.baikalelectronics.ru Git - kernel.git/commit
ext3: Fix the max file size for ext3 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)
commit95a66054b50e14633135aca9132a330fa9e6d156
tree96caeff3129a0c866d9a8c15822913ba1ef8366e
parent67cc56125e350e18d547ed843559d79f8489fd44
ext3: Fix the max file size for ext3 file system.

The max file size for ext3 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/ext3/super.c