From aaad530ac6b1c836de4a29d227ab68be97e39a73 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Sun, 27 Aug 2023 18:27:41 -0400 Subject: bcachefs: BTREE_ID_logged_ops Add a new btree for long running logged operations - i.e. for logging operations that we can't do within a single btree transaction, so that they can be resumed if we crash. Keys in the logged operations btree will represent operations in progress, with the state of the operation stored in the value. Signed-off-by: Kent Overstreet --- fs/bcachefs/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'fs/bcachefs/Makefile') diff --git a/fs/bcachefs/Makefile b/fs/bcachefs/Makefile index 9c00dabb26ac..0749731b9072 100644 --- a/fs/bcachefs/Makefile +++ b/fs/bcachefs/Makefile @@ -55,6 +55,7 @@ bcachefs-y := \ journal_sb.o \ journal_seq_blacklist.o \ keylist.o \ + logged_ops.o \ lru.o \ mean_and_variance.o \ migrate.o \ -- cgit v1.2.3-58-ga151