]> git.baikalelectronics.ru Git - kernel.git/commit
rbd: encapsulate last part of probe
authorAlex Elder <elder@inktank.com>
Tue, 30 Oct 2012 20:47:17 +0000 (15:47 -0500)
committerAlex Elder <elder@inktank.com>
Thu, 1 Nov 2012 12:55:42 +0000 (07:55 -0500)
commit0879fea86a3e926406a23af8e3e2a48d0ea37532
tree127904c100783d47866191a761b4a2c436011369
parent2560c9ef8bfd4b7b949b601c977ff8bb7fc3b420
rbd: encapsulate last part of probe

Group the activities that now take place after an rbd_dev_probe()
call into a single function, and move the call to that function
into rbd_dev_probe() itself.

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