rbd: standardize rbd_request variable names
authorAlex Elder <elder@dreamhost.com>
Thu, 8 Nov 2012 14:01:39 +0000 (08:01 -0600)
committerAlex Elder <elder@inktank.com>
Thu, 17 Jan 2013 20:53:07 +0000 (14:53 -0600)
commit725afc97c91cd5f71a015143da5095d20cd668b9
treec0db07c6bf6aa646ce252c1cfa232cd5077d8b37
parent935dc89f3e29e2ef1d7c89778cdb9f37ff36e94b
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>
drivers/block/rbd.c
This page took 0.024657 seconds and 5 git commands to generate.