summaryrefslogtreecommitdiff
path: root/libbcachefs/errcode.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-12-21 19:10:40 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2023-12-21 19:10:40 -0500
commit93241a1c9a7dbef987f524a9dea3fc61e87e845b (patch)
treeaf89381c5c4c4938b03fe27b9d61e45e08f7432d /libbcachefs/errcode.h
parent2b97686ffa5f714a970ad88aa40cf47bdb998094 (diff)
Update bcachefs sources to 5d0a6c2b32f1 bcachefs: check_directory_structure() can now be run online
Diffstat (limited to 'libbcachefs/errcode.h')
-rw-r--r--libbcachefs/errcode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbcachefs/errcode.h b/libbcachefs/errcode.h
index bb82bb71..c817afb3 100644
--- a/libbcachefs/errcode.h
+++ b/libbcachefs/errcode.h
@@ -231,6 +231,7 @@
x(BCH_ERR_nopromote, nopromote_unwritten) \
x(BCH_ERR_nopromote, nopromote_congested) \
x(BCH_ERR_nopromote, nopromote_in_flight) \
+ x(BCH_ERR_nopromote, nopromote_no_writes) \
x(BCH_ERR_nopromote, nopromote_enomem)
enum bch_errcode {