block: ublk_drv: mark device as LIVE before adding disk
authorMing Lei <ming.lei@redhat.com>
Sat, 18 Mar 2023 14:12:31 +0000 (22:12 +0800)
committerJens Axboe <axboe@kernel.dk>
Sat, 18 Mar 2023 14:32:46 +0000 (08:32 -0600)
commit4985e7b2c002eb4c5c794a1d3acd91b82c89a0fd
tree7f42e3894c7403361fb64c3021e09285443c03f1
parent8f0d196e4dc137470bbd5de98278d941c8002fcb
block: ublk_drv: mark device as LIVE before adding disk

IO can be started before add_disk() returns, such as reading parititon table,
then the monitor work should work for making forward progress.

So mark device as LIVE before adding disk, meantime change to
DEAD if add_disk() fails.

Fixed: 71f28f3136af ("ublk_drv: add io_uring based userspace block driver")
Reviewed-by: Ziyang Zhang <ZiyangZhang@linux.alibaba.com>
Signed-off-by: Ming Lei <ming.lei@redhat.com>
Link: https://lore.kernel.org/r/20230318141231.55562-1-ming.lei@redhat.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/ublk_drv.c