From: Max Kellermann Date: Sat, 26 Oct 2024 18:08:20 +0000 (+0200) Subject: cls/cephfs: add missing forward declaration X-Git-Tag: v20.0.0~153^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b9a18ed9bed23275bf669a28f6f2842e639fb918;p=ceph.git cls/cephfs: add missing forward declaration Signed-off-by: Max Kellermann --- diff --git a/src/cls/cephfs/cls_cephfs_client.h b/src/cls/cephfs/cls_cephfs_client.h index 5c33f77f21f8..fcb328d49ea4 100644 --- a/src/cls/cephfs/cls_cephfs_client.h +++ b/src/cls/cephfs/cls_cephfs_client.h @@ -5,6 +5,7 @@ #include "mds/mdstypes.h" #include "cls_cephfs.h" +struct inode_backtrace_t; class AccumulateArgs; class ClsCephFSClient