From: Alex Elder Date: Thu, 8 Nov 2012 14:01:39 +0000 (-0600) Subject: rbd: standardize rbd_request variable names X-Git-Tag: v3.9-rc1~41^2~21^2~59^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=725afc97c91cd5f71a015143da5095d20cd668b9;p=pandora-kernel.git rbd: standardize rbd_request variable names There are two names used for items of rbd_request structure type: "req" and "req_data". The former name is also used to represent items of pointers to struct ceph_osd_request. Change all variables that have these names so they are instead called "rbd_req" consistently. Signed-off-by: Alex Elder Reviewed-by: Dan Mick Reviewed-by: Josh Durgin --- Reading git-diff-tree failed