On Tue, Jun 12, 2018 at 11:53:23AM +0200, Jan Kara wrote: > Add a flag to ext2fs_open() which allows to open a filesystem even if > superblock is somewhat inconsistent. Use this flag from e2fsck as a last > resort to try to fix the superblok. > > Currently, the flag does nothing. We'll relax checks in ext2fs_open() > once e2fsck is able to handle corresponding corruption gracefully. > > Reviewed-by: Andreas Dilger <adilger@xxxxxxxxx> > Signed-off-by: Jan Kara <jack@xxxxxxx> This patch, alas, causes test failures: f_crashdisk f_detect_xfs j_ext_dumpe2fs I strongly commend running "make check" when making changes to e2fsprogs. - Ted