Try to dump file system information even if errors were encountered

This commit is contained in:
Marcus Holland-Moritz 2022-11-08 11:44:06 +01:00
parent f231ce0878
commit 18a065bb88

View File

@ -732,7 +732,7 @@ int filesystem_v2::identify(logger& lgr, std::shared_ptr<mmif> mm,
}
}
if (errors == 0 and detail_level > 0) {
if (detail_level > 0) {
filesystem_options fsopts;
fsopts.metadata.check_consistency = true;
fsopts.metadata.enable_nlink = true;