chore(dwarfsck): document why enable_nlink is needed

This commit is contained in:
Marcus Holland-Moritz 2024-08-23 12:07:52 +02:00
parent a80bbaa5bd
commit 682cf883a2

View File

@ -288,6 +288,7 @@ int dwarfsck_main(int argc, sys_char** argv, iolayer const& iol) {
reader::filesystem_options fsopts;
// This is needed to report a correct original file system size.
fsopts.metadata.enable_nlink = true;
fsopts.metadata.check_consistency = check_integrity;
fsopts.image_offset = reader::parse_image_offset(image_offset);