summaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.h
diff options
context:
space:
mode:
authorXiubo Li <xiubli@redhat.com>2020-11-11 09:29:39 +0800
committerIlya Dryomov <idryomov@gmail.com>2020-12-14 23:21:47 +0100
commit247b1f19dbeb4855cb891ca01428d7a81c1657a7 (patch)
treef01ac5211476635212956715c8687e9827821cab /fs/ceph/super.h
parent36c9478d6069994848c8897755b4380aa0a29dd3 (diff)
downloadlinux-247b1f19dbeb4855cb891ca01428d7a81c1657a7.tar.bz2
ceph: add status debugfs file
This will help list some useful client side info, like the client entity address/name and blocklisted status, etc. URL: https://tracker.ceph.com/issues/48057 Signed-off-by: Xiubo Li <xiubli@redhat.com> Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'fs/ceph/super.h')
-rw-r--r--fs/ceph/super.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ceph/super.h b/fs/ceph/super.h
index f097237a5ad3..5138b75923f9 100644
--- a/fs/ceph/super.h
+++ b/fs/ceph/super.h
@@ -128,6 +128,7 @@ struct ceph_fs_client {
struct dentry *debugfs_bdi;
struct dentry *debugfs_mdsc, *debugfs_mdsmap;
struct dentry *debugfs_metric;
+ struct dentry *debugfs_status;
struct dentry *debugfs_mds_sessions;
#endif