]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commitfe7fdc37b5404afb068f928ceba7c3e591b501ca
tree96caeff3129a0c866d9a8c15822913ba1ef8366e
parent902be4c5efe0289594c3acf43da40fe7ff0a138b
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