commit | de671d6116b5210097cd6fbb877bac92536f265b | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Wed Sep 21 15:19:54 2022 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Sep 30 07:49:09 2022 -0600 |
tree | c230b310a4475736c46dd83cb8207acd7dc90427 | |
parent | 4b6a5d9cea911424e84107df8c4eb8317938d2cd [diff] |
block: change request end_io handler to pass back a return value Everything is just converted to returning RQ_END_IO_NONE, and there should be no functional changes with this patch. In preparation for allowing the end_io handler to pass ownership back to the block layer, rather than retain ownership of the request. Reviewed-by: Keith Busch <kbusch@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>