X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libbcachefs%2Fsb-downgrade.c;fp=libbcachefs%2Fsb-downgrade.c;h=3337419faeff3b0cba88f4baa3cbc2030fe8be06;hb=7a716b76b5963dc2d158883f4497bab221932412;hp=626eaaea5b01d7923a8fc79d5bda3c48876b3c92;hpb=9e6d9560d070bc14e1498a24ef6634d2b99f7e84;p=bcachefs-tools-debian diff --git a/libbcachefs/sb-downgrade.c b/libbcachefs/sb-downgrade.c index 626eaae..3337419 100644 --- a/libbcachefs/sb-downgrade.c +++ b/libbcachefs/sb-downgrade.c @@ -46,7 +46,13 @@ BIT_ULL(BCH_RECOVERY_PASS_check_inodes), \ BCH_FSCK_ERR_unlinked_inode_not_on_deleted_list) \ x(rebalance_work, \ - BIT_ULL(BCH_RECOVERY_PASS_set_fs_needs_rebalance)) + BIT_ULL(BCH_RECOVERY_PASS_set_fs_needs_rebalance)) \ + x(subvolume_fs_parent, \ + BIT_ULL(BCH_RECOVERY_PASS_check_dirents), \ + BCH_FSCK_ERR_subvol_fs_path_parent_wrong) \ + x(btree_subvolume_children, \ + BIT_ULL(BCH_RECOVERY_PASS_check_subvols), \ + BCH_FSCK_ERR_subvol_children_not_set) #define DOWNGRADE_TABLE()