This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] Recognize Netapp mode supporting reparse points


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=bbffd7ce7a74f8fd515c261fdfe3688855ac1eae

commit bbffd7ce7a74f8fd515c261fdfe3688855ac1eae
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Mon Mar 27 20:28:03 2017 +0200

    Recognize Netapp mode supporting reparse points
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/mount.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/winsup/cygwin/mount.cc b/winsup/cygwin/mount.cc
index 4de65b2..c11ae5a 100644
--- a/winsup/cygwin/mount.cc
+++ b/winsup/cygwin/mount.cc
@@ -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 \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]