Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
blk-mq: blk-mq: check quiesce state before queue_rqs
The low level drivers don't expect to see new requests after a successful quiesce completes. Check the queue quiesce state within the rcu protected area prior to calling the driver's queue_rqs(). Fixes: 3c67d44 ("block: add mq_ops->queue_rqs hook") Signed-off-by: Keith Busch <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
- Loading branch information