commit | 69beb62ff0d1723a750eebe1c4d01da573d7cd19 | [log] [tgz] |
---|---|---|
author | Ye Bin <yebin10@huawei.com> | Tue Nov 02 09:52:36 2021 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Nov 02 10:50:27 2021 -0600 |
tree | 992618c94ab922dda47fee74432475885637c074 | |
parent | 940c264984fd1457918393c49674f6b39ee16506 [diff] |
nbd: Fix incorrect error handle when first_minor is illegal in nbd_dev_add If first_minor is illegal will goto out_free_idr label, this will miss cleanup disk. Fixes: b1a811633f73 ("block: nbd: add sanity check for first_minor") Signed-off-by: Ye Bin <yebin10@huawei.com> Reviewed-by: Josef Bacik <josef@toxicpanda.com> Link: https://lore.kernel.org/r/20211102015237.2309763-4-yebin10@huawei.com Signed-off-by: Jens Axboe <axboe@kernel.dk>