From: Alex Elder Date: Thu, 8 Nov 2012 14:01:39 +0000 (-0600) Subject: rbd: standardize ceph_osd_request variable names X-Git-Tag: v3.9-rc1~41^2~21^2~59^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f29ddd4f0954ad6c84e28b934773f128840f064;p=pandora-kernel.git rbd: standardize ceph_osd_request variable names There are spots where a ceph_osds_request pointer variable is given the name "req". Since we're dealing with (at least) three types of requests (block layer, rbd, and osd), I find this slightly distracting. Change such instances to use "osd_req" consistently to make the abstraction represented a little more obvious. Signed-off-by: Alex Elder Reviewed-by: Dan Mick Reviewed-by: Josh Durgin --- Reading git-diff-tree failed