dduper icon indicating copy to clipboard operation
dduper copied to clipboard

btrfs-progs 5.16.2 will not build with patch

Open steveja opened this issue 2 years ago • 2 comments

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

steveja avatar May 21 '22 20:05 steveja

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

S-trace avatar Jan 26 '23 21:01 S-trace

Applied #70 , hopefully this is resolved now.

Lakshmipathi avatar Jan 26 '23 22:01 Lakshmipathi