commit | 725afc97c91cd5f71a015143da5095d20cd668b9 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@dreamhost.com> | Thu Nov 08 08:01:39 2012 -0600 |
committer | Alex Elder <elder@inktank.com> | Thu Jan 17 14:53:07 2013 -0600 |
tree | c0db07c6bf6aa646ce252c1cfa232cd5077d8b37 | |
parent | 935dc89f3e29e2ef1d7c89778cdb9f37ff36e94b [diff] |
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 <elder@inktank.com> Reviewed-by: Dan Mick <dan.mick@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>