Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

blk-crypto: fix name of the bio completion callback

Fix a simple naming issue in the documentation: the completion
routine is called bi_end_io and not bi_complete.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Eric Biggers <ebiggers@kernel.org>
Link: https://patch.msgid.link/20260401135854.125109-1-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>

authored by

Christoph Hellwig and committed by
Jens Axboe
4e56428e c691e4b0

+1 -1
+1 -1
Documentation/block/inline-encryption.rst
··· 153 153 large, multiple bounce bios may be required; see the code for details. 154 154 155 155 For decryption, blk-crypto-fallback "wraps" the bio's completion callback 156 - (``bi_complete``) and private data (``bi_private``) with its own, unsets the 156 + (``bi_end_io``) and private data (``bi_private``) with its own, unsets the 157 157 bio's encryption context, then submits the bio. If the read completes 158 158 successfully, blk-crypto-fallback restores the bio's original completion 159 159 callback and private data, then decrypts the bio's data in-place using the