From: Xuehan Xu Date: Fri, 18 Feb 2022 09:30:55 +0000 (+0800) Subject: crimson/os/seastore: add seastore_backref subsys X-Git-Tag: v18.0.0~915^2~20 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bd50f26fb78704c223009db08808d17201c79f3a;p=ceph.git crimson/os/seastore: add seastore_backref subsys Signed-off-by: Xuehan Xu --- 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)