]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ntfs: fix WSL ea restore condition
authorHyunchul Lee <hyc.lee@gmail.com>
Wed, 11 Mar 2026 23:36:24 +0000 (08:36 +0900)
committerNamjae Jeon <linkinjeon@kernel.org>
Mon, 16 Mar 2026 11:27:30 +0000 (20:27 +0900)
commita73258681279bceb4e9210d86204bae14d3ea795
tree837c627d2fcec26ae64a4052b2624022576fafa0
parentea3566a3fa235cd0325b2bedf91ceec65073004b
ntfs: fix WSL ea restore condition

Use NTFS_VOL_GID(not NTFS_VOL_UID) for restoring the gid, and call
ntfs_ea_get_wsl_inode() only when $EA_INFORMATION exists.

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