OSDN Git Service

rbd: rename rbd_dev_probe()
authorAlex Elder <elder@inktank.com>
Fri, 26 Apr 2013 14:43:48 +0000 (09:43 -0500)
committerSage Weil <sage@inktank.com>
Thu, 2 May 2013 04:19:43 +0000 (21:19 -0700)
commit71f293e26e760c4151e00b8f611e67da222f89c7
tree4aaba60885537a3b39a10afb0e367f7b747eca66
parent9f5dffdc8f5dbc16493566b6aac59f275d5cb3f9
rbd: rename rbd_dev_probe()

Rename rbd_dev_probe() to be rbd_dev_image_probe().  Its purpose
will eventually be to probe for the existence of a valid rbd image
for the rbd device--focusing only on the ceph side and not the Linux
device side of initialization.

For now the two "sides" are not fully separated, and this function
is still the entry point for initializing the full rbd device.

Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
drivers/block/rbd.c