]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/sb-errors_types.h
Update bcachefs sources to c887148ebf99 thread_with_file: add f_ops.flush
[bcachefs-tools-debian] / libbcachefs / sb-errors_types.h
index 1530bd35b94572c85314e031b42aca38395f8dcd..0df4b0e7071ae421ce1f8035934c0020de4b0f58 100644 (file)
        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,