From 494036d862dfff1de9782492692da225479b7146 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Tue, 27 Jun 2023 17:29:20 -0400 Subject: bcachefs: BCH_WATERMARK_reclaim Add another watermark for journal reclaim - this is needed for the next patches, that unify BCH_WATERMARK with JOURNAL_WATERMARK. Signed-off-by: Kent Overstreet --- fs/bcachefs/alloc_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fs/bcachefs/alloc_types.h') diff --git a/fs/bcachefs/alloc_types.h b/fs/bcachefs/alloc_types.h index a01fddfba004..ddcaf0631a8b 100644 --- a/fs/bcachefs/alloc_types.h +++ b/fs/bcachefs/alloc_types.h @@ -17,6 +17,7 @@ struct bucket_alloc_state { }; #define BCH_WATERMARKS() \ + x(reclaim) \ x(btree_copygc) \ x(btree) \ x(copygc) \ -- cgit v1.2.3