]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
fscrypt: pass a byte offset to fscrypt_mergeable_bio
authorChristoph Hellwig <hch@lst.de>
Mon, 2 Mar 2026 14:18:12 +0000 (06:18 -0800)
committerEric Biggers <ebiggers@kernel.org>
Mon, 9 Mar 2026 20:31:50 +0000 (13:31 -0700)
commit22be86a23c5956254b752e4e98f0ef2799565a41
tree1c19ba787d705453c521cb6f4daaabd2e38623c1
parent60b4fcb49efe7f07aaa92c8d7933ac37b3be85b2
fscrypt: pass a byte offset to fscrypt_mergeable_bio

Logical offsets into an inode are usually expressed as bytes in the VFS.
Switch fscrypt_mergeable_bio to that convention.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20260302141922.370070-8-hch@lst.de
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
fs/crypto/bio.c
fs/crypto/inline_crypt.c
fs/ext4/page-io.c
fs/ext4/readpage.c
fs/f2fs/data.c
include/linux/fscrypt.h