kdave / btrfs-progs

Development of userspace BTRFS tools
GNU General Public License v2.0
527 stars 239 forks source link

btrfs-progs: fix the conflicting super flags #810

Closed adam900710 closed 2 weeks ago

adam900710 commented 3 weeks ago

There is a github issue that a canceled csum conversion leaves a CHANGING_FSID_V2 flag, which turns out to be conflicting super flags (CHANGING_FSID_V2 and CHANGING_DATA_CSUM).

Fix the problem and output all supported flags for print-tree.

kdave commented 2 weeks ago

Merged to devel, thanks.