Skip to content
Snippets Groups Projects
Commit 6e0de611 authored by Jens Axboe's avatar Jens Axboe
Browse files

blk-mq: remove QUEUE_FLAG_POLL from default MQ flags


We only support polling if we have poll queues now, but the flag is
being set by default. Remove the default QUEUE_FLAG_POLL setting, we'll
set it in blk_mq_init_allocated_queue() if we have poll queues available
for this device.

Fixes: 6544d229 ("block: enable polling by default if a poll map is initalized")
Reported-by: default avatarKirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 6544d229
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment