diff options
Diffstat (limited to 'include/linux/ceph/libceph.h')
-rw-r--r-- | include/linux/ceph/libceph.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ceph/libceph.h b/include/linux/ceph/libceph.h index 16fff9608848..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 | ||
@@ -191,6 +192,7 @@ extern struct ceph_options *ceph_parse_options(char *options, | |||
191 | const char *dev_name, const char *dev_name_end, | 192 | const char *dev_name, const char *dev_name_end, |
192 | int (*parse_extra_token)(char *c, void *private), | 193 | int (*parse_extra_token)(char *c, void *private), |
193 | void *private); | 194 | void *private); |
195 | int ceph_print_client_options(struct seq_file *m, struct ceph_client *client); | ||
194 | extern void ceph_destroy_options(struct ceph_options *opt); | 196 | extern void ceph_destroy_options(struct ceph_options *opt); |
195 | extern int ceph_compare_options(struct ceph_options *new_opt, | 197 | extern int ceph_compare_options(struct ceph_options *new_opt, |
196 | struct ceph_client *client); | 198 | struct ceph_client *client); |