]> Pileus Git - ~andy/linux/commit
libceph: kill off osd data write_request parameters
authorAlex Elder <elder@inktank.com>
Mon, 15 Apr 2013 19:50:36 +0000 (14:50 -0500)
committerSage Weil <sage@inktank.com>
Thu, 2 May 2013 04:18:58 +0000 (21:18 -0700)
commit406e2c9f9286fc93ae2191a7abf477dea05aadc9
tree121034644585b0171bfd436d77fe988ad1704753
parentac7f29bf2ee4a526efb68f947475ff77a43028de
libceph: kill off osd data write_request parameters

In the incremental move toward supporting distinct data items in an
osd request some of the functions had "write_request" parameters to
indicate, basically, whether the data belonged to in_data or the
out_data.  Now that we maintain the data fields in the op structure
there is no need to indicate the direction, so get rid of the
"write_request" parameters.

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