On Sun, Dec 27, 2020 at 07:34:58PM +0800, Ming Lei wrote: > In case of blk_mq_is_sbitmap_shared(), we should test QUEUE_FLAG_HCTX_ACTIVE against > q->queue_flags instead of BLK_MQ_S_TAG_ACTIVE. > > So fix it. > > Cc: John Garry <john.garry@xxxxxxxxxx> > Cc: Kashyap Desai <kashyap.desai@xxxxxxxxxxxx> > Fixes: f1b49fdc1c64 ("blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared sbitmap") > Signed-off-by: Ming Lei <ming.lei@xxxxxxxxxx> Hello Jens, This one fixes one v5.11 issue, can you queue it? Thanks, Ming