summaryrefslogtreecommitdiff
path: root/libbcachefs/errcode.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2024-10-09 17:00:30 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2024-10-09 17:00:30 -0400
commita9e1597adcbc33fa50a159b04473914c496807a2 (patch)
tree8da7eb52dce997a57752bbeb015bd917fb2ec9de /libbcachefs/errcode.h
parentf6e4cd2ef7c6ef7c3cf5a730f7ded9c48ccf689d (diff)
Update bcachefs sources to 3b80552e7057 bcachefs: __wait_for_freeing_inode: Switch to wait_bit_queue_entry656-debug
Diffstat (limited to 'libbcachefs/errcode.h')
-rw-r--r--libbcachefs/errcode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbcachefs/errcode.h b/libbcachefs/errcode.h
index 60b7875a..64926351 100644
--- a/libbcachefs/errcode.h
+++ b/libbcachefs/errcode.h
@@ -268,7 +268,8 @@
x(BCH_ERR_nopromote, nopromote_no_writes) \
x(BCH_ERR_nopromote, nopromote_enomem) \
x(0, invalid_snapshot_node) \
- x(0, option_needs_open_fs)
+ x(0, option_needs_open_fs) \
+ x(0, remove_disk_accounting_entry)
enum bch_errcode {
BCH_ERR_START = 2048,