]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ext4: open code fscrypt_set_bio_crypt_ctx_bh
authorChristoph Hellwig <hch@lst.de>
Mon, 2 Mar 2026 14:18:07 +0000 (06:18 -0800)
committerEric Biggers <ebiggers@kernel.org>
Mon, 9 Mar 2026 20:31:50 +0000 (13:31 -0700)
commitd3fc0edc8825f39c86dcc4a8b8544f6e25680a51
treee6c21c667795b8bdf57dfafe0171312938792cc3
parent7737b1b448738be650ddc51fe64b8aae42d433c1
ext4: open code fscrypt_set_bio_crypt_ctx_bh

io_submit_init_bio already has or can easily get at most information
needed to set the crypto context.  Open code fscrypt_set_bio_crypt_ctx_bh
based on that.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20260302141922.370070-3-hch@lst.de
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
fs/ext4/page-io.c