OSDN Git Service

Made accessing reparse directories through internal plugins
authorJean-Pierre André <jpandre@users.sourceforge.net>
Fri, 1 Jun 2018 14:08:33 +0000 (16:08 +0200)
committerJean-Pierre André <jpandre@users.sourceforge.net>
Fri, 1 Jun 2018 14:08:33 +0000 (16:08 +0200)
commit4f450a35f55c7985122ad5f1505afda4aacae5d7
tree91bd101c352bfb0e434b74be36815cb7fdb5676d
parentad79372024fb7e2a94ea2db515d534143b53ae80
Made accessing reparse directories through internal plugins

When the bit 28 of a reparse tag is set on a directory, the reparse
information should be ignored and the directory should be accessed
the usual way (this setting is new to Windows 10). In such a situation
access to the directory through an internal plugin rather than through
an external one.
The same policy applies to REPARSE_TAG_WCI which had been defined
earlier without the bit 28 being set.
include/ntfs-3g/layout.h
ntfsprogs/ntfsinfo.c
src/lowntfs-3g.c
src/ntfs-3g.c
src/ntfs-3g_common.c
src/ntfs-3g_common.h