mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-09 04:19:10 -04:00
chore(dwarfsck): document why enable_nlink
is needed
This commit is contained in:
parent
a80bbaa5bd
commit
682cf883a2
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user