From bd50f26fb78704c223009db08808d17201c79f3a Mon Sep 17 00:00:00 2001 From: Xuehan Xu Date: Fri, 18 Feb 2022 17:30:55 +0800 Subject: [PATCH] crimson/os/seastore: add seastore_backref subsys Signed-off-by: Xuehan Xu --- src/common/subsys.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/subsys.h b/src/common/subsys.h index 741929c2489..9aa5787982c 100644 --- a/src/common/subsys.h +++ b/src/common/subsys.h @@ -95,5 +95,6 @@ SUBSYS(seastore_lba_details, 0, 5) SUBSYS(seastore_cache, 0, 5) SUBSYS(seastore_journal, 0, 5) SUBSYS(seastore_device, 0, 5) +SUBSYS(seastore_backref, 0, 5) SUBSYS(alienstore, 0, 5) SUBSYS(mclock, 1, 5) -- 2.39.5