diff options
author | Xiubo Li <xiubli@redhat.com> | 2020-11-11 04:29:39 +0300 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2020-12-15 01:21:47 +0300 |
commit | 247b1f19dbeb4855cb891ca01428d7a81c1657a7 (patch) | |
tree | f01ac5211476635212956715c8687e9827821cab /fs/ceph/super.h | |
parent | 36c9478d6069994848c8897755b4380aa0a29dd3 (diff) | |
download | linux-247b1f19dbeb4855cb891ca01428d7a81c1657a7.tar.xz |
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.h | 1 |
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 |