summaryrefslogtreecommitdiff
path: root/libbcachefs/journal_types.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2022-03-13 19:14:01 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2022-03-13 19:20:59 -0400
commitd34e731082d8fcd710c2af6377a3b7fa927c8451 (patch)
tree96a9a25295fcb570358e30ae04a16b2c7a7f7aa3 /libbcachefs/journal_types.h
parentbf7924f5526707e01213cad546794571764bc177 (diff)
Update bcachefs sources to e48731a188 bcachefs: Fix BTREE_TRIGGER_WANTS_OLD_AND_NEW
Diffstat (limited to 'libbcachefs/journal_types.h')
-rw-r--r--libbcachefs/journal_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libbcachefs/journal_types.h b/libbcachefs/journal_types.h
index 6fd45819..071fcb4a 100644
--- a/libbcachefs/journal_types.h
+++ b/libbcachefs/journal_types.h
@@ -240,6 +240,10 @@ struct journal {
spinlock_t err_lock;
struct mutex reclaim_lock;
+ /*
+ * Used for waiting until journal reclaim has freed up space in the
+ * journal:
+ */
wait_queue_head_t reclaim_wait;
struct task_struct *reclaim_thread;
bool reclaim_kicked;