diff options
| author | Christoph Hellwig <hch@lst.de> | 2026-04-01 15:58:51 +0200 |
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2026-04-02 07:09:03 -0600 |
| commit | 4e56428ed4782e9e1356875af8e714b24c5a8783 (patch) | |
| tree | 93275b47d5225d0cd41a0c4364b6a738ac8f8102 /Documentation/block | |
| parent | c691e4b0d80be423f0a7443b53898eafe9c8754b (diff) | |
| download | linux-next-4e56428ed4782e9e1356875af8e714b24c5a8783.tar.gz linux-next-4e56428ed4782e9e1356875af8e714b24c5a8783.zip | |
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>
Diffstat (limited to 'Documentation/block')
| -rw-r--r-- | Documentation/block/inline-encryption.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/block/inline-encryption.rst b/Documentation/block/inline-encryption.rst index 7e0703a12dfb..cae23949a626 100644 --- a/Documentation/block/inline-encryption.rst +++ b/Documentation/block/inline-encryption.rst @@ -153,7 +153,7 @@ blk-crypto-fallback completes the original bio. If the original bio is too large, multiple bounce bios may be required; see the code for details. For decryption, blk-crypto-fallback "wraps" the bio's completion callback -(``bi_complete``) and private data (``bi_private``) with its own, unsets the +(``bi_end_io``) and private data (``bi_private``) with its own, unsets the bio's encryption context, then submits the bio. If the read completes successfully, blk-crypto-fallback restores the bio's original completion callback and private data, then decrypts the bio's data in-place using the |
