diff options
| author | Ilya Dryomov <idryomov@gmail.com> | 2015-03-25 14:07:41 -0400 |
|---|---|---|
| committer | Ilya Dryomov <idryomov@gmail.com> | 2015-04-20 11:55:39 -0400 |
| commit | 5cf7bd30120ead3db43ef9074be38018d9acf22f (patch) | |
| tree | 30206e8a84384c413eee7a825a5238391193f0bd /include | |
| parent | ff40f9ae95917b72b6acb6057471c99054b6ee24 (diff) | |
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')
| -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 { | |||
| 135 | struct dentry *debugfs_dir; | 135 | struct dentry *debugfs_dir; |
| 136 | struct dentry *debugfs_monmap; | 136 | struct dentry *debugfs_monmap; |
| 137 | struct dentry *debugfs_osdmap; | 137 | struct dentry *debugfs_osdmap; |
| 138 | struct dentry *debugfs_options; | ||
| 138 | #endif | 139 | #endif |
| 139 | }; | 140 | }; |
| 140 | 141 | ||
