fs/ntfs3: fix symlinks cannot be handled correctly
authorRong Zhang <ulin0208@gmail.com>
Wed, 7 May 2025 07:34:38 +0000 (15:34 +0800)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Mon, 23 Jun 2025 17:22:32 +0000 (19:22 +0200)
commit8df35e16a92c002f046bc410998b89b07cfcd639
tree406db474cbcb4ce395d90f3abc51c6cd0cbfc19d
parent19272b37aa4f83ca52bdf9c16d5d81bdd1354494
fs/ntfs3: fix symlinks cannot be handled correctly

The symlinks created in windows will be broken in linux by ntfs3,
the patch fixes it.

Signed-off-by: Rong Zhang <ulin0208@gmail.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/dir.c
fs/ntfs3/frecord.c
fs/ntfs3/inode.c
fs/ntfs3/ntfs.h
fs/ntfs3/ntfs_fs.h
fs/ntfs3/xattr.c