dduper
dduper copied to clipboard
btrfs-progs 5.16.2 will not build with patch
cmds/inspect-dump-csum.c: In function ‘btrfs_lookup_extent’: cmds/inspect-dump-csum.c:166:53: error: ‘struct btrfs_fs_info’ has no member named ‘csum_root’; did you mean ‘fs_root’? 166 | u16 csum_size = btrfs_super_csum_size(info->csum_root->fs_info->super_copy); ...
Hi! You can use patch from https://github.com/Lakshmipathi/dduper/pull/70
Applied #70 , hopefully this is resolved now.