summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/btree_types.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2022-02-18 00:47:45 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2023-10-22 17:09:24 -0400
commit8f9ad91a02c4fd1391ce852cadd9a0227fdd624a (patch)
tree179397fe5647fc5ea9ada7c5db34809e5e8be433 /fs/bcachefs/btree_types.h
parentbf7e49a4ae564108d08d314e514a6f802748d73b (diff)
downloadlinux-8f9ad91a02c4fd1391ce852cadd9a0227fdd624a.tar.gz
linux-8f9ad91a02c4fd1391ce852cadd9a0227fdd624a.tar.bz2
linux-8f9ad91a02c4fd1391ce852cadd9a0227fdd624a.zip
bcachefs: Fix failure to allocate btree node in cache
The error code when we fail to allocate a node in the btree node cache doesn't make it to bch2_btree_path_traverse_all(). Instead, we need to stash a flag in btree_trans so we know we have to take the cannibalize lock. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
Diffstat (limited to 'fs/bcachefs/btree_types.h')
-rw-r--r--fs/bcachefs/btree_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/bcachefs/btree_types.h b/fs/bcachefs/btree_types.h
index 7e5b70f60444..89c0d2272d91 100644
--- a/fs/bcachefs/btree_types.h
+++ b/fs/bcachefs/btree_types.h
@@ -393,6 +393,7 @@ struct btree_trans {
bool in_traverse_all:1;
bool restarted:1;
bool paths_sorted:1;
+ bool memory_allocation_failure:1;
bool journal_transaction_names:1;
bool journal_replay_not_finished:1;
/*