Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2023-09-10 00:05:29 +0300
committerCorinna Vinschen <corinna@vinschen.de>2023-09-10 00:28:55 +0300
commit5302638f77398978cd5403e00925d8f482442c84 (patch)
tree967cc8a82ba518009acbbe970b125ffdd824b127 /winsup
parent27e8815535fc7e6a9ed204323682f22be02946a5 (diff)
Cygwin: readdir: explain why we use FileNamesInformation on NFS
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/fhandler/disk_file.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/fhandler/disk_file.cc b/winsup/cygwin/fhandler/disk_file.cc
index 4f373637e..0242cae2f 100644
--- a/winsup/cygwin/fhandler/disk_file.cc
+++ b/winsup/cygwin/fhandler/disk_file.cc
@@ -2262,6 +2262,8 @@ fhandler_disk_file::readdir (DIR *dir, dirent *de)
goto go_ahead;
}
}
+ /* NFS must use FileNamesInformation! Any other information class
+ skips all symlinks. */
if (!(dir->__flags & dirent_get_d_ino))
status = NtQueryDirectoryFile (get_handle (), NULL, NULL, NULL, &io,
d_cache (dir), DIR_BUF_SIZE,