]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5b80b4408c23afc6038b85cc4ffe095177ae7354
tree18e8800c8a3613400dd68aa20f4cd5cfb4fddf2b
parenta88fff659278418403eece9dc2225dd09781bfa8
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