]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
libceph: kill off osd request r_data_in and r_data_out
authorAlex Elder <elder@inktank.com>
Fri, 5 Apr 2013 06:27:12 +0000 (01:27 -0500)
committerAlex Elder <elder@inktank.com>
Mon, 8 Apr 2013 21:26:15 +0000 (16:26 -0500)
commit5a16a42213bb3bcac7e83cf894c869300242864b
tree48a441a868ea870ce5d8b17a216e18e0de2f78ef
parent3798d49d4dadb39f2fc7ca746dd1e37ab612493c
libceph: kill off osd request r_data_in and r_data_out

Finally!  Convert the osd op data pointers into real structures, and
make the switch over to using them instead of having all ops share
the in and/or out data structures in the osd request.

Set up a new function to traverse the set of ops and release any
data associated with them (pages).

This and the patches leading up to it resolve:
    http://tracker.ceph.com/issues/4657

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