]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
fscrypt: pass a byte length to fscrypt_zeroout_range
authorChristoph Hellwig <hch@lst.de>
Mon, 2 Mar 2026 14:18:17 +0000 (06:18 -0800)
committerEric Biggers <ebiggers@kernel.org>
Mon, 9 Mar 2026 20:34:18 +0000 (13:34 -0700)
commitfb87ab4ad3d0df2397648e5ce2384de26463c183
treedca6a6d4471c811ff8fceb5b0f5ab18af1643fe7
parentcd7db2e7dfeef99c901156f58ab4a38256b0c3f1
fscrypt: pass a byte length to fscrypt_zeroout_range

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

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20260302141922.370070-13-hch@lst.de
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
fs/crypto/bio.c
fs/ext4/inode.c
fs/f2fs/file.c
include/linux/fscrypt.h