blk-mq: use plug for devices that implement ->commits_rqs()
authorJens Axboe <axboe@kernel.dk>
Thu, 29 Nov 2018 17:03:42 +0000 (10:03 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 29 Nov 2018 17:12:37 +0000 (10:12 -0700)
commitb2c5d16b72df1116f05c9be16a630ac939d34101
tree933ddf90cf418d93f6c0e0cb63c89cc7d925094e
parentbe94f058f2bde6f0b0ee9059a35daa8e15be308f
blk-mq: use plug for devices that implement ->commits_rqs()

If we have that hook, we know the driver handles bd->last == true in
a smart fashion. If it does, even for multiple hardware queues, it's
a good idea to flush batches of requests to the device, if we have
batches of requests from the submitter.

Reviewed-by: Ming Lei <ming.lei@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c