diff options
author | Alex Elder <elder@inktank.com> | 2013-04-05 06:27:12 (GMT) |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-05-02 04:18:22 (GMT) |
commit | 39b44cbe86db42e70693787b2ede81c309925d0b (patch) | |
tree | a8e793656a0dde8d18f8f5f51bc39ca1b6749562 /MAINTAINERS | |
parent | e65550fd94c5c01b438e24fbf4a29ba65709ec97 (diff) | |
download | linux-fsl-qoriq-39b44cbe86db42e70693787b2ede81c309925d0b.tar.xz |
libceph: set message data when building osd request
All calls of ceph_osdc_start_request() are preceded (in the case of
rbd, almost) immediately by a call to ceph_osdc_build_request().
Move the build calls at the top of ceph_osdc_start_request() out of
there and into the ceph_osdc_build_request(). Nothing prevents
moving these calls to the top of ceph_osdc_build_request(), either
(and we're going to want them there in the next patch) so put them
at the top.
This and the next patch are related to:
http://tracker.ceph.com/issues/4657
Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions