aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/ceph/libceph.h
diff options
context:
space:
mode:
authorIlya Dryomov <idryomov@gmail.com>2015-03-25 21:07:41 +0300
committerIlya Dryomov <idryomov@gmail.com>2015-04-20 18:55:39 +0300
commit5cf7bd30120ead3db43ef9074be38018d9acf22f (patch)
tree30206e8a84384c413eee7a825a5238391193f0bd /include/linux/ceph/libceph.h
parentlibceph, ceph: split ceph_show_options() (diff)
downloadwireguard-linux-5cf7bd30120ead3db43ef9074be38018d9acf22f.tar.xz
wireguard-linux-5cf7bd30120ead3db43ef9074be38018d9acf22f.zip
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/libceph.h')
-rw-r--r--include/linux/ceph/libceph.h1
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
};