diff options
Diffstat (limited to 'libbcachefs/sb-errors.h')
-rw-r--r-- | libbcachefs/sb-errors.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbcachefs/sb-errors.h b/libbcachefs/sb-errors.h index 5a09a539..57bce14c 100644 --- a/libbcachefs/sb-errors.h +++ b/libbcachefs/sb-errors.h @@ -248,7 +248,8 @@ x(root_inode_not_dir, 240) \ x(dir_loop, 241) \ x(hash_table_key_duplicate, 242) \ - x(hash_table_key_wrong_offset, 243) + x(hash_table_key_wrong_offset, 243) \ + x(unlinked_inode_not_on_deleted_list, 244) enum bch_sb_error_id { #define x(t, n) BCH_FSCK_ERR_##t = n, |