diff options
Diffstat (limited to 'include/linux')
| -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 a420c07904bc..337d5049ff93 100644 --- a/include/linux/ceph/libceph.h +++ b/include/linux/ceph/libceph.h | |||
| @@ -294,6 +294,8 @@ extern void ceph_destroy_client(struct ceph_client *client); | |||
| 294 | extern int __ceph_open_session(struct ceph_client *client, | 294 | extern int __ceph_open_session(struct ceph_client *client, |
| 295 | unsigned long started); | 295 | unsigned long started); |
| 296 | extern int ceph_open_session(struct ceph_client *client); | 296 | extern int ceph_open_session(struct ceph_client *client); |
| 297 | int ceph_wait_for_latest_osdmap(struct ceph_client *client, | ||
| 298 | unsigned long timeout); | ||
| 297 | 299 | ||
| 298 | /* pagevec.c */ | 300 | /* pagevec.c */ |
| 299 | extern void ceph_release_page_vector(struct page **pages, int num_pages); | 301 | extern void ceph_release_page_vector(struct page **pages, int num_pages); |
