]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ntfs: not zero out range beyond init in punch_hole
authorHyunchul Lee <hyc.lee@gmail.com>
Thu, 2 Apr 2026 23:54:11 +0000 (08:54 +0900)
committerNamjae Jeon <linkinjeon@kernel.org>
Sat, 18 Apr 2026 02:33:00 +0000 (11:33 +0900)
commitca513e492fb8ac59f5e3092a79d836cd2e687a2a
tree7f562cc93e5fdf6b2abcd5bef418c4b8f63453a8
parent8b4064e6146efc6c0202d671c4e26bcbd26e3555
ntfs: not zero out range beyond init in punch_hole

The area beyond initialized_size are read as zero values, there is no need
to zero out that region.

Signed-off-by: Hyunchul Lee <hyc.lee@gmail.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
fs/ntfs/file.c