Lakshmipathi / dduper

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

dump-csum patch doesn't work with btrfs-progs 5.12 #56

Closed automorphism88 closed 3 years ago

automorphism88 commented 3 years ago

Or, rather, it applies, but compilation fails with an error about too many arguments to open_ctree_fs_info.

Lakshmipathi commented 3 years ago

Thanks, I think CI also catches this issue: https://gitlab.com/giis/dduper/-/jobs/1268979391 Let me check, hopefully its a minor change.

Lakshmipathi commented 3 years ago

@automorphism88 Can you try https://github.com/Lakshmipathi/dduper/tree/master/patch/btrfs-progs-v5.12.1 patch? I think it works as per CI job: https://gitlab.com/giis/dduper/-/jobs/1270400624