]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
rbd: standardize ceph_osd_request variable names
authorAlex Elder <elder@dreamhost.com>
Thu, 8 Nov 2012 14:01:39 +0000 (08:01 -0600)
committerAlex Elder <elder@inktank.com>
Mon, 19 Nov 2012 23:37:48 +0000 (17:37 -0600)
commitfcea2e83432df1329f532679c3f7b8c52a10d100
tree4c9bbe23a8af68f83fcce32f7cc7a1443fa7bd6a
parentcaaa7a696d1e6ee24f773ce258635aab59cbd026
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 <elder@inktank.com>
drivers/block/rbd.c