Lakshmipathi / dduper

Fast block-level out-of-band BTRFS deduplication tool.
GNU General Public License v2.0
168 stars 18 forks source link

btrfs-progs 5.16.2 will not build with patch #67

Open steveja opened 2 years ago

steveja commented 2 years ago

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); ...

S-trace commented 1 year ago

Hi! You can use patch from https://github.com/Lakshmipathi/dduper/pull/70

Lakshmipathi commented 1 year ago

Applied #70 , hopefully this is resolved now.