Dropped rejecting having both EA and reparse data
commit172da099472e384fefde44176e8d028f427b6557
authorJean-Pierre André <jpandre@users.sourceforge.net>
Tue, 26 Jan 2021 09:06:17 +0000 (26 10:06 +0100)
committerJean-Pierre André <jpandre@users.sourceforge.net>
Tue, 26 Jan 2021 09:06:17 +0000 (26 10:06 +0100)
treefd0cd45c6b82f0d3f20ac65e35623a34e41b78bd
parent8073ab67644161b733cc6f1101b329f72f72e8be
Dropped rejecting having both EA and reparse data

Windows traditionally rejected having both EA and reparse data assigned
to a file, but Windows 10 has dropped the constraint and it uses this
condition massively, so do the same. Note that pre-Windows 10 chkdsk.exe
removes the EA' on reparse points, potentially damaging more recent
volumes.
libntfs-3g/ea.c
libntfs-3g/reparse.c