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

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

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20260302141922.370070-10-hch@lst.de
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
fs/crypto/bio.c