]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit - block/blk-mq-sched.h
blk-mq: Restart a single queue if tag sets are shared
authorBart Van Assche <bart.vanassche@sandisk.com>
Fri, 7 Apr 2017 18:40:09 +0000 (12:40 -0600)
committerJens Axboe <axboe@fb.com>
Fri, 7 Apr 2017 18:40:09 +0000 (12:40 -0600)
commit6d8c6c0f97ad8a3517c42b179c1dc8e77397d0e2
tree9400809275952c263a8512447cf625b3c490fa61
parent6077c2d706097c00d8f2fed57d3f3c45cd228ee8
blk-mq: Restart a single queue if tag sets are shared

To improve scalability, if hardware queues are shared, restart
a single hardware queue in round-robin fashion. Rename
blk_mq_sched_restart_queues() to reflect the new semantics.
Remove blk_mq_sched_mark_restart_queue() because this function
has no callers. Remove flag QUEUE_FLAG_RESTART because this
patch removes the code that uses this flag.

Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Hannes Reinecke <hare@suse.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-mq-sched.c
block/blk-mq-sched.h
block/blk-mq.c
include/linux/blkdev.h