block: call submit_bio_checks under q_usage_counter
authorChristoph Hellwig <hch@lst.de>
Wed, 29 Sep 2021 07:12:37 +0000 (09:12 +0200)
committerJens Axboe <axboe@kernel.dk>
Sat, 16 Oct 2021 03:02:36 +0000 (21:02 -0600)
commitcc9c884dd7f4f036965e23f5445f838db316eb46
treee0455ea51eda57ff5858f9f3acc506eeb485232b
parentbaa0ab2ba22395d85854e8d818beb1763b48f7dc
block: call submit_bio_checks under q_usage_counter

Ensure all bios check the current values of the queue under freeze
protection, i.e. to make sure the zero capacity set by del_gendisk
is actually seen before dispatching to the driver.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20210929071241.934472-2-hch@lst.de
Tested-by: Yi Zhang <yi.zhang@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-core.c