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