commit | 3c67d44de787dff288d7f2a51c372b22f7356db6 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri Dec 03 06:48:53 2021 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Dec 16 08:49:17 2021 -0700 |
tree | 98a6604327a08c080282c6ca40d5e12783a8eb7d | |
parent | fcade2ce06ffebee5c2f6629ddbf2086c0f5ba5a [diff] |
block: add mq_ops->queue_rqs hook If we have a list of requests in our plug list, send it to the driver in one go, if possible. The driver must set mq_ops->queue_rqs() to support this, if not the usual one-by-one path is used. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>