diff options
Diffstat (limited to 'libbcachefs/sb-errors_format.h')
-rw-r--r-- | libbcachefs/sb-errors_format.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libbcachefs/sb-errors_format.h b/libbcachefs/sb-errors_format.h index ced43190..9dd2b7ae 100644 --- a/libbcachefs/sb-errors_format.h +++ b/libbcachefs/sb-errors_format.h @@ -276,7 +276,9 @@ x(subvol_inode_bad, 270) \ x(alloc_key_stripe_sectors_wrong, 271) \ x(accounting_mismatch, 272) \ - x(accounting_replicas_not_marked, 273) + x(accounting_replicas_not_marked, 273) \ + x(invalid_btree_id, 274) \ + x(alloc_key_io_time_bad, 275) enum bch_sb_error_id { #define x(t, n) BCH_FSCK_ERR_##t = n, |