libceph: use osd_req_op_extent_init()
authorAlex Elder <elder@inktank.com>
Thu, 14 Mar 2013 01:50:01 +0000 (20:50 -0500)
committerSage Weil <sage@inktank.com>
Thu, 2 May 2013 04:17:49 +0000 (21:17 -0700)
commitb0270324c5a9a5157f565c2de34fb1071cfdce7c
tree18e8800c8a3613400dd68aa20f4cd5cfb4fddf2b
parentd18d1e2807f38a94839be1f83682e17011f53322
libceph: use osd_req_op_extent_init()

Use osd_req_op_extent_init() in ceph_osdc_new_request() to
initialize the one or two ops built in that function.

Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
net/ceph/osd_client.c