]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
ext2fs: don't check s_inodes_count with EXT2_FLAG_IGNORE_SB_ERRORS
authorJan Kara <jack@suse.cz>
Tue, 19 Jun 2018 15:33:11 +0000 (11:33 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 19 Jun 2018 15:33:11 +0000 (11:33 -0400)
commitc93b383c578ed78b56d721aeb37ab44f00beabf7
tree644d0710283b692756c9a31e2a2118d9f2013353
parentd194a08083380f258415313a86463f731716dd84
ext2fs: don't check s_inodes_count with EXT2_FLAG_IGNORE_SB_ERRORS

Don't verify s_inodes_count is correct with EXT2_FLAG_IGNORE_SB_ERRORS
flag set. This allows e2fsck and debugfs to fix this value.

Reviewed-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/openfs.c