• Alex Elder's avatar
    rbd: use rbd_dev consistently · 0ce1a794
    Alex Elder authored
    
    
    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: default avatarAlex Elder <elder@inktank.com>
    Reviewed-by: default avatarJosh Durgin <josh.durgin@inktank.com>
    0ce1a794
rbd.c 60.4 KB