commit | b2c5d16b72df1116f05c9be16a630ac939d34101 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Nov 29 10:03:42 2018 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Nov 29 10:12:37 2018 -0700 |
tree | 933ddf90cf418d93f6c0e0cb63c89cc7d925094e | |
parent | be94f058f2bde6f0b0ee9059a35daa8e15be308f [diff] |
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>