commit | 69d0edfd01ef81efd9f880231999975582ea8b60 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Thu Apr 23 00:39:06 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Apr 23 00:39:06 2009 -0400 |
tree | c4a98d5970c5eddf89f3cb6069519034a38bd5c7 | |
parent | 4e60e06847c781efffc8c43342b7756bbe5cff45 [diff] |
e2fsck: Don't test the resize_inode if the filesystem is clean Move check_resize_inode() out of check_super_block(), since we only need to test the resize_inode for correctness only if the filesystem requires checking. This change avoids a lot of I/O operations which slows down a 1 second boot. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>