From: Ilya Dryomov Date: Tue, 25 Feb 2014 14:22:27 +0000 (+0200) Subject: rbd: num_ops parameter for rbd_osd_req_create() X-Git-Tag: v3.15-rc1~61^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deb236b300cea3e7a114115571194b9872dbdfd1;p=pandora-kernel.git rbd: num_ops parameter for rbd_osd_req_create() In preparation for prefixing rbd writes with an allocation hint introduce a num_ops parameter for rbd_osd_req_create(). The rationale is that not every write request is a write op that needs to be prefixed (e.g. watch op), so the num_ops logic needs to be in the callers. Signed-off-by: Ilya Dryomov Reviewed-by: Sage Weil Reviewed-by: Alex Elder --- Reading git-diff-tree failed