From: Alex Elder Date: Tue, 20 Nov 2012 04:55:21 +0000 (-0600) Subject: rbd: move remaining osd op setup into rbd_osd_req_op_create() X-Git-Tag: v3.9-rc1~41^2~21^2~59^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5efea49a98d1a3b3a7301d3a17f826ad4c31b290;p=pandora-kernel.git rbd: move remaining osd op setup into rbd_osd_req_op_create() The two remaining osd ops used by rbd are CEPH_OSD_OP_WATCH and CEPH_OSD_OP_NOTIFY_ACK. Move the setup of those operations into rbd_osd_req_op_create(), and get rid of rbd_create_rw_op() and rbd_destroy_op(). Signed-off-by: Alex Elder Reviewed-by: Josh Durgin --- Reading git-diff-tree failed