X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libbcachefs%2Fsb-errors_types.h;h=0df4b0e7071ae421ce1f8035934c0020de4b0f58;hb=HEAD;hp=1530bd35b94572c85314e031b42aca38395f8dcd;hpb=d1900b637ee57c2e523e308cc335deee0164b882;p=bcachefs-tools-debian diff --git a/libbcachefs/sb-errors_types.h b/libbcachefs/sb-errors_types.h index 1530bd3..0df4b0e 100644 --- a/libbcachefs/sb-errors_types.h +++ b/libbcachefs/sb-errors_types.h @@ -262,7 +262,9 @@ x(subvol_fs_path_parent_wrong, 254) \ x(subvol_root_fs_path_parent_nonzero, 255) \ x(subvol_children_not_set, 256) \ - x(subvol_children_bad, 257) + x(subvol_children_bad, 257) \ + x(subvol_loop, 258) \ + x(subvol_unreachable, 259) enum bch_sb_error_id { #define x(t, n) BCH_FSCK_ERR_##t = n,