nbd: only return usable devices from nbd_find_unused
authorChristoph Hellwig <hch@lst.de>
Wed, 25 Aug 2021 16:31:07 +0000 (18:31 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 25 Aug 2021 20:20:29 +0000 (14:20 -0600)
commit438cd318c8dfa5228ffd43af1b98d7cd7d92e1c6
treed70ba2194a286f02d8fe8359289e6db73c692a4a
parentb190300decb352a0b865d7aa379e89b17d772a43
nbd: only return usable devices from nbd_find_unused

Device marked as NBD_DESTROY_ON_DISCONNECT can and should be skipped
given that they won't survive the disconnect.  So skip them and try
to grab a reference directly and just continue if the the devices
is being torn down or created and thus has a zero refcount.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20210825163108.50713-6-hch@lst.de
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/nbd.c