diff options
Diffstat (limited to 'include/linux/ceph/osd_client.h')
-rw-r--r-- | include/linux/ceph/osd_client.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/ceph/osd_client.h b/include/linux/ceph/osd_client.h index 4191cd2c55e5..186db0bf4951 100644 --- a/include/linux/ceph/osd_client.h +++ b/include/linux/ceph/osd_client.h | |||
@@ -224,6 +224,9 @@ struct ceph_osd_client { | |||
224 | struct workqueue_struct *notify_wq; | 224 | struct workqueue_struct *notify_wq; |
225 | }; | 225 | }; |
226 | 226 | ||
227 | extern int ceph_osdc_setup(void); | ||
228 | extern void ceph_osdc_cleanup(void); | ||
229 | |||
227 | extern int ceph_osdc_init(struct ceph_osd_client *osdc, | 230 | extern int ceph_osdc_init(struct ceph_osd_client *osdc, |
228 | struct ceph_client *client); | 231 | struct ceph_client *client); |
229 | extern void ceph_osdc_stop(struct ceph_osd_client *osdc); | 232 | extern void ceph_osdc_stop(struct ceph_osd_client *osdc); |