diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2015-03-25 21:07:41 +0300 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2015-04-20 18:55:39 +0300 |
commit | 5cf7bd30120ead3db43ef9074be38018d9acf22f (patch) | |
tree | 30206e8a84384c413eee7a825a5238391193f0bd /include/linux/ceph | |
parent | ff40f9ae95917b72b6acb6057471c99054b6ee24 (diff) | |
download | linux-5cf7bd30120ead3db43ef9074be38018d9acf22f.tar.xz |
libceph: expose client options through debugfs
Add a client_options attribute for showing libceph options.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'include/linux/ceph')
-rw-r--r-- | include/linux/ceph/libceph.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ceph/libceph.h b/include/linux/ceph/libceph.h index 303be6ef7f94..30f92cefaa72 100644 --- a/include/linux/ceph/libceph.h +++ b/include/linux/ceph/libceph.h @@ -135,6 +135,7 @@ struct ceph_client { struct dentry *debugfs_dir; struct dentry *debugfs_monmap; struct dentry *debugfs_osdmap; + struct dentry *debugfs_options; #endif }; |