]> Git Repo - linux.git/commit
block: allow end_io based requests in the completion batch handling
authorJens Axboe <[email protected]>
Wed, 21 Sep 2022 14:24:16 +0000 (08:24 -0600)
committerJens Axboe <[email protected]>
Fri, 30 Sep 2022 13:49:11 +0000 (07:49 -0600)
commitab3e1d3bbab9e973aeb4dd4603251578658a47ff
treecc5a5b81f354800fbf19c280cd966f54eab13137
parentde671d6116b5210097cd6fbb877bac92536f265b
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 <[email protected]>
Reviewed-by: Keith Busch <[email protected]>
Co-developed-by: Stefan Roesch <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
block/blk-mq.c
include/linux/blk-mq.h
This page took 0.055498 seconds and 4 git commands to generate.