commit | 5581a5ddfe8d0ede1749bae1f7662fa739f83813 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Wed Dec 01 15:01:51 2021 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Dec 16 08:42:06 2021 -0700 |
tree | 95afb2723a75b3b2cf46b21993ac026ce5cf0c82 | |
parent | 68497092bde9f53e35cafeb52fa9a267ebe0d9b1 [diff] |
block: add completion handler for fast path The batched completions only deal with non-partial requests anyway, and it doesn't deal with any requests that have errors. Add a completion handler that assumes it's a full request and that it's all being ended successfully. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>