Skip to content
Unverified Commit 85a4780d authored by Gabriel Marcano's avatar Gabriel Marcano Committed by Konstantin Komarov
Browse files

fs/ntfs3: Fix directory element type detection



Calling stat() from userspace correctly identified junctions in an NTFS
partition as symlinks, but using readdir() and iterating through the
directory containing the same junction did not identify the junction
as a symlink.

When emitting directory contents, check FILE_ATTRIBUTE_REPARSE_POINT
attribute to detect junctions and report them as links.

Signed-off-by: default avatarGabriel Marcano <gabemarcano@yahoo.com>
Signed-off-by: default avatarKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
parent 1f9b94af
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment