diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2016-04-28 16:07:28 +0200 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2016-05-26 01:15:30 +0200 |
commit | 7cca78c9dcd1afa243e46edc31896730df85d2b5 (patch) | |
tree | 1d3b677c6196ace6c87fae54c00e415e28e9bb67 /include/linux/ceph/mon_client.h | |
parent | b4f34795697de9d1ee84a10c8439b4b9970ebd96 (diff) | |
download | linux-7cca78c9dcd1afa243e46edc31896730df85d2b5.tar.gz linux-7cca78c9dcd1afa243e46edc31896730df85d2b5.tar.xz |
libceph: replace ceph_monc_request_next_osdmap()
... with a wrapper around maybe_request_map() - no need for two
osdmap-specific functions.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'include/linux/ceph/mon_client.h')
-rw-r--r-- | include/linux/ceph/mon_client.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ceph/mon_client.h b/include/linux/ceph/mon_client.h index 19800d9b45f3..1d730993c3f8 100644 --- a/include/linux/ceph/mon_client.h +++ b/include/linux/ceph/mon_client.h @@ -128,7 +128,6 @@ bool ceph_monc_want_map(struct ceph_mon_client *monc, int sub, u32 epoch, void ceph_monc_got_map(struct ceph_mon_client *monc, int sub, u32 epoch); void ceph_monc_renew_subs(struct ceph_mon_client *monc); -extern void ceph_monc_request_next_osdmap(struct ceph_mon_client *monc); extern int ceph_monc_wait_osdmap(struct ceph_mon_client *monc, u32 epoch, unsigned long timeout); |