rbd: move rbd_dev_refresh() definition
authorIlya Dryomov <idryomov@gmail.com>
Sun, 17 Sep 2023 13:07:40 +0000 (15:07 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 26 Sep 2023 08:31:15 +0000 (10:31 +0200)
commit0b035401c57021fc6c300272cbb1c5a889d4fe45
tree81e72040e0dbdaa5b7c027702e4635a53d67b183
parentd57125b55a292a8e74a1fb17182576a3b2b2e795
rbd: move rbd_dev_refresh() definition

Move rbd_dev_refresh() definition further down to avoid having to
move struct parent_image_info definition in the next commit.  This
spares some forward declarations too.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Reviewed-by: Dongsheng Yang <dongsheng.yang@easystack.cn>
drivers/block/rbd.c