Whamcloud - gitweb
Fix two bugs found by the regression test suites. The bug was created when
authorTheodore Ts'o <tytso@mit.edu>
Fri, 28 Jan 2005 16:45:28 +0000 (11:45 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 28 Jan 2005 16:45:28 +0000 (11:45 -0500)
commitea774315631accb05e2407765c6b448d648d14d6
treeb2d3a57b696bcd89e0b78978c3d8f8155ceeb1d5
parent7e0282c5f21add344b306876ca999aecd4d5fd0c
Fix two bugs found by the regression test suites.  The bug was created when
we changed ext2fs_create_resize_inode to always create the resize inode,
even when s_reserved_gdt_blocks is zero.  Mke2fs and e2fsck was calling
ext2fs_create_resize_inode() unconditionally, and depending on
s_reserved_gdt_blocks to be zero, instead of explicitly checking the
resize_inode feature.
e2fsck/ChangeLog
e2fsck/super.c
misc/ChangeLog
misc/mke2fs.c