From: Alex Elder Date: Fri, 9 Nov 2012 14:43:15 +0000 (-0600) Subject: rbd: drop oid parameters from ceph_osdc_build_request() X-Git-Tag: v3.9-rc1~41^2~21^2~59^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af77f26caa35a95af09d1dac5c513b3901de7e37;p=pandora-kernel.git 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 Reviewed-by: Josh Durgin --- Reading git-diff-tree failed