summaryrefslogtreecommitdiff
path: root/libbcachefs/errcode.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-11-03 12:09:59 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2023-11-03 12:09:59 -0400
commit13a94807226ac778489a1c2c8cf9f9ecc3684718 (patch)
tree8803e9a4f24841eb7b09fa685f1eed6d9ad25404 /libbcachefs/errcode.h
parent37ee7f0591f28ce285eedc0a8c21bbd65e9a52d2 (diff)
Update bcachefs sources to d464ec667b2b bcachefs: Add missing printk newlines
Diffstat (limited to 'libbcachefs/errcode.h')
-rw-r--r--libbcachefs/errcode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbcachefs/errcode.h b/libbcachefs/errcode.h
index 2a11f32c..68a1a96b 100644
--- a/libbcachefs/errcode.h
+++ b/libbcachefs/errcode.h
@@ -3,6 +3,8 @@
#define _BCACHEFS_ERRCODE_H
#define BCH_ERRCODES() \
+ x(ERANGE, ERANGE_option_too_small) \
+ x(ERANGE, ERANGE_option_too_big) \
x(ENOMEM, ENOMEM_stripe_buf) \
x(ENOMEM, ENOMEM_replicas_table) \
x(ENOMEM, ENOMEM_cpu_replicas) \