]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
exfat: Set the unused characters of FileName field to the value 0000h
authorHyeongseok.Kim <Hyeongseok@gmail.com>
Tue, 9 Jun 2020 05:30:44 +0000 (14:30 +0900)
committerNamjae Jeon <namjae.jeon@samsung.com>
Mon, 29 Jun 2020 08:11:00 +0000 (17:11 +0900)
commit4ba6ccd695f5ed3ae851e59b443b757bbe4557fe
treea227be75c8fe626dd9f7d5312b14ae77701713f1
parent9ebcfadb0610322ac537dd7aa5d9cbc2b2894c68
exfat: Set the unused characters of FileName field to the value 0000h

Some fsck tool complain that padding part of the FileName field
is not set to the value 0000h. So let's maintain filesystem cleaner,
as exfat's spec. recommendation.

Signed-off-by: Hyeongseok.Kim <Hyeongseok@gmail.com>
Reviewed-by: Sungjong Seo <sj1557.seo@samsung.com>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
fs/exfat/dir.c