diff options
author | John Spray <john.spray@redhat.com> | 2014-09-12 16:58:49 +0100 |
---|---|---|
committer | Sage Weil <sage@redhat.com> | 2014-10-14 12:57:01 -0700 |
commit | 14ed97033dac4cc5fd516bfe3e37d2fc74804684 (patch) | |
tree | b77e707dd092090c909055d7b4e3342085567edc /fs/ceph/super.h | |
parent | a687ecaf50f18329206c6b78764a8c7bd30a9df0 (diff) | |
download | linux-stable-14ed97033dac4cc5fd516bfe3e37d2fc74804684.tar.gz linux-stable-14ed97033dac4cc5fd516bfe3e37d2fc74804684.tar.bz2 linux-stable-14ed97033dac4cc5fd516bfe3e37d2fc74804684.zip |
ceph: additional debugfs output
MDS session state and client global ID is
useful instrumentation when testing.
Signed-off-by: John Spray <john.spray@redhat.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 f62a09863ff1..b82f507979b8 100644 --- a/fs/ceph/super.h +++ b/fs/ceph/super.h @@ -95,6 +95,7 @@ struct ceph_fs_client { struct dentry *debugfs_congestion_kb; struct dentry *debugfs_bdi; struct dentry *debugfs_mdsc, *debugfs_mdsmap; + struct dentry *debugfs_mds_sessions; #endif #ifdef CONFIG_CEPH_FSCACHE |