fs/ext2: bump journal overhead to 1300 blocks
authorPeter Korsgaard <jacmet@sunsite.dk>
Fri, 12 Apr 2013 12:57:36 +0000 (14:57 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 12 Apr 2013 12:57:36 +0000 (14:57 +0200)
commit0fab0a4afdff2f27fce49e7b38179e781e7b64ed
tree03b878c513712ff449edf8b2be674d9bf950c373
parenta2a266e0cfb94fe623879e9ac43a3894acf05b62
fs/ext2: bump journal overhead to 1300 blocks

A quick test with a ~3.5MB ext4 filesystem shows that 1081 blocks isn't
enough:

tune2fs 1.42.7 (21-Jan-2013)

Please run e2fsck on the filesystem.

Creating journal inode:
Journal size too big for filesystem.

So bump it a bit. Overestimating the journal size is probably not really
a big deal for the kind of systems using ext3/4 anyway.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
fs/ext2/genext2fs.sh