Forum | Documentation | Website | Blog

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

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: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent fcade2ce
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment