diff options
Diffstat (limited to 'libbcachefs/errcode.h')
-rw-r--r-- | libbcachefs/errcode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbcachefs/errcode.h b/libbcachefs/errcode.h index 6e0bf7ff..ac326413 100644 --- a/libbcachefs/errcode.h +++ b/libbcachefs/errcode.h @@ -214,6 +214,8 @@ x(EINVAL, remove_would_lose_data) \ x(EINVAL, no_resize_with_buckets_nouse) \ x(EINVAL, inode_unpack_error) \ + x(EINVAL, inode_not_unlinked) \ + x(EINVAL, inode_has_child_snapshot) \ x(EINVAL, varint_decode_error) \ x(EINVAL, erasure_coding_found_btree_node) \ x(EINVAL, option_negative) \ |