diff options
author | Alex Elder <elder@inktank.com> | 2013-02-15 12:42:29 -0500 |
---|---|---|
committer | Alex Elder <elder@inktank.com> | 2013-02-18 13:19:54 -0500 |
commit | 60e56f138180e72fa8487d4b9c1c916013494f46 (patch) | |
tree | e3fb48ffc88d22680167ed51946df024623a463a /include/linux/ceph/osd_client.h | |
parent | 60789380ae833061803030d51952a5a341e4dade (diff) |
libceph: kill ceph_calc_raw_layout()
There is no caller of ceph_calc_raw_layout() outside of libceph, so
there's no need to export from the module.
Furthermore, there is only one caller, in calc_layout(), and it
is not much more than a simple wrapper for that function.
So get rid of ceph_calc_raw_layout() and embed it instead within
calc_layout().
While touching "osd_client.c", get rid of the unnecessary forward
declaration of __send_request().
Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
Diffstat (limited to 'include/linux/ceph/osd_client.h')
-rw-r--r-- | include/linux/ceph/osd_client.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/ceph/osd_client.h b/include/linux/ceph/osd_client.h index 5812802bd8ae..c39e7ed4b203 100644 --- a/include/linux/ceph/osd_client.h +++ b/include/linux/ceph/osd_client.h | |||
@@ -207,11 +207,6 @@ extern void ceph_osdc_handle_reply(struct ceph_osd_client *osdc, | |||
207 | extern void ceph_osdc_handle_map(struct ceph_osd_client *osdc, | 207 | extern void ceph_osdc_handle_map(struct ceph_osd_client *osdc, |
208 | struct ceph_msg *msg); | 208 | struct ceph_msg *msg); |
209 | 209 | ||
210 | extern int ceph_calc_raw_layout(struct ceph_file_layout *layout, | ||
211 | u64 off, u64 *plen, u64 *bno, | ||
212 | struct ceph_osd_request *req, | ||
213 | struct ceph_osd_req_op *op); | ||
214 | |||
215 | extern struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc, | 210 | extern struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc, |
216 | struct ceph_snap_context *snapc, | 211 | struct ceph_snap_context *snapc, |
217 | unsigned int num_op, | 212 | unsigned int num_op, |