OSDN Git Service

nbd: fix order of cleaning up the queue and freeing the tagset
authorWang Qing <wangqing@vivo.com>
Tue, 6 Jul 2021 04:00:16 +0000 (12:00 +0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 15 Jul 2021 15:30:15 +0000 (09:30 -0600)
commit16ad3db3b24cd9f70aa24e93cef0d4a83dece7ac
tree49da5b9578289304a3cad3a87798cc47568ad2f9
parent58b63e0f556c2debb8c942abcc9e6beadc4a07f0
nbd: fix order of cleaning up the queue and freeing the tagset

We must release the queue before freeing the tagset.

Fixes: 4af5f2e03013 ("nbd: use blk_mq_alloc_disk and blk_cleanup_disk")
Reported-and-tested-by: syzbot+9ca43ff47167c0ee3466@syzkaller.appspotmail.com
Signed-off-by: Wang Qing <wangqing@vivo.com>
Signed-off-by: Guoqing Jiang <jiangguoqing@kylinos.cn>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20210706040016.1360412-1-guoqing.jiang@linux.dev
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/nbd.c