mbox series

[0/2] btrfs-progs: fix the conflicting super flags

Message ID cover.1717819918.git.wqu@suse.com (mailing list archive)
Headers show
Series btrfs-progs: fix the conflicting super flags | expand

Message

Qu Wenruo June 8, 2024, 4:13 a.m. UTC
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.

Qu Wenruo (2):
  btrfs-progs: fix the conflicting super flags
  btrfs-progs: print-tree: handle all supported flags

 kernel-shared/ctree.h           | 10 ----------
 kernel-shared/print-tree.c      | 35 ++++++++++++++++++---------------
 kernel-shared/uapi/btrfs_tree.h |  8 ++++++++
 3 files changed, 27 insertions(+), 26 deletions(-)

--
2.45.2