diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ceph/libceph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ceph/libceph.h b/include/linux/ceph/libceph.h index 95bd8502e715..92eef7c3d3c5 100644 --- a/include/linux/ceph/libceph.h +++ b/include/linux/ceph/libceph.h | |||
@@ -207,7 +207,7 @@ extern struct kmem_cache *ceph_cap_cachep; | |||
207 | extern struct kmem_cache *ceph_dentry_cachep; | 207 | extern struct kmem_cache *ceph_dentry_cachep; |
208 | extern struct kmem_cache *ceph_file_cachep; | 208 | extern struct kmem_cache *ceph_file_cachep; |
209 | 209 | ||
210 | extern int ceph_parse_options(struct ceph_options **popt, char *options, | 210 | extern struct ceph_options *ceph_parse_options(char *options, |
211 | const char *dev_name, const char *dev_name_end, | 211 | const char *dev_name, const char *dev_name_end, |
212 | int (*parse_extra_token)(char *c, void *private), | 212 | int (*parse_extra_token)(char *c, void *private), |
213 | void *private); | 213 | void *private); |