From: Alex Elder Date: Tue, 3 Jul 2012 21:01:18 +0000 (-0500) Subject: rbd: use rbd_dev consistently X-Git-Tag: v3.6-rc1~36^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ce1a7941341cc63c8352b7df50020e5485bc43a;p=pandora-kernel.git rbd: use rbd_dev consistently Most variables that represent a struct rbd_device are named "rbd_dev", but in some cases "dev" is used instead. Change all the "dev" references so they use "rbd_dev" consistently, to make it clear from the name that we're working with an RBD device (as opposed to, for example, a struct device). Similarly, change the name of the "dev" field in struct rbd_notify_info to be "rbd_dev". Signed-off-by: Alex Elder Reviewed-by: Josh Durgin --- Reading git-diff-tree failed