]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit67cc56125e350e18d547ed843559d79f8489fd44
treec539eff04a1d3303ff2b8b19aa763b55a70f6f9d
parent1edaca0528dbbf08ebc9212e5531c53ad94429af
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