Recognize Netapp mode supporting reparse points
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
fa4fcf7373
commit
bbffd7ce7a
|
@ -319,6 +319,7 @@ fs_info::update (PUNICODE_STRING upath, HANDLE in_vol)
|
|||
| FILE_PERSISTENT_ACLS)
|
||||
/* Netapp DataOnTap. */
|
||||
#define NETAPP_IGNORE (FILE_SUPPORTS_SPARSE_FILES \
|
||||
| FILE_SUPPORTS_REPARSE_POINTS \
|
||||
| FILE_PERSISTENT_ACLS)
|
||||
#define FS_IS_NETAPP_DATAONTAP TEST_GVI(flags () & ~NETAPP_IGNORE, \
|
||||
FILE_CASE_SENSITIVE_SEARCH \
|
||||
|
|
Loading…
Reference in New Issue