commit | ab3e1d3bbab9e973aeb4dd4603251578658a47ff | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Wed Sep 21 08:24:16 2022 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Sep 30 07:49:11 2022 -0600 |
tree | cc5a5b81f354800fbf19c280cd966f54eab13137 | |
parent | de671d6116b5210097cd6fbb877bac92536f265b [diff] |
block: allow end_io based requests in the completion batch handling With end_io handlers now being able to potentially pass ownership of the request upon completion, we can allow requests with end_io handlers in the batch completion handling. Reviewed-by: Anuj Gupta <anuj20.g@samsung.com> Reviewed-by: Keith Busch <kbusch@kernel.org> Co-developed-by: Stefan Roesch <shr@fb.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>