1
0
mirror of https://github.com/octoleo/syncthing.git synced 2025-01-14 11:33:21 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Simon Frei
272fb3b444
all: Adjust windows perms in fs package () 2018-09-16 16:09:56 +02:00
Jakob Borg
a9f0659f2f lib/fs: Handle deduplicated files on NTFS (fixes )
These files always have the symlink bit set, because they are reparse
points. Nonetheless they are not symlinks, and Lstat reports a size for
them. We use this fact to disambiguate, and hope fervently that nothing
else matches this description so it comes back to bite us...

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4622
2017-12-29 21:23:06 +00:00