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

Range lengths are usually expressed as bytes in the VFS, switch
fscrypt_zeroout_range_inline_crypt to this convention.

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