]> Pileus Git - ~andy/linux/commit
rbd: drop oid parameters from ceph_osdc_build_request()
authorAlex Elder <elder@inktank.com>
Fri, 9 Nov 2012 14:43:15 +0000 (08:43 -0600)
committerAlex Elder <elder@inktank.com>
Thu, 17 Jan 2013 21:52:01 +0000 (15:52 -0600)
commitaf77f26caa35a95af09d1dac5c513b3901de7e37
tree9c5efeda0e8eead5ece30957f88d6155f677cb0c
parent0ec8ce87f3bb5e4a561190f5320934e003405b6f
rbd: drop oid parameters from ceph_osdc_build_request()

The last two parameters to ceph_osd_build_request() describe the
object id, but the values passed always come from the osd request
structure whose address is also provided.  Get rid of those last
two parameters.

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