Fix various OS-related comments
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
@ -1888,12 +1888,11 @@ fhandler_disk_file::opendir (int fd)
|
||||
|
||||
NFS clients hide dangling symlinks from directory queries,
|
||||
unless you use the FileNamesInformation info class.
|
||||
On newer NFS clients (>=Vista) FileIdBothDirectoryInformation
|
||||
works fine, but only if the NFS share is mounted to a drive
|
||||
letter. TODO: We don't test that here for now, but it might
|
||||
be worth to test if there's a speed gain in using
|
||||
FileIdBothDirectoryInformation, because it doesn't require to
|
||||
open the file to read the inode number. */
|
||||
FileIdBothDirectoryInformation works fine, but only if the NFS
|
||||
share is mounted to a drive letter. TODO: We don't test that
|
||||
here for now, but it might be worth to test if there's a speed
|
||||
gain in using FileIdBothDirectoryInformation, because it doesn't
|
||||
require to open the file to read the inode number. */
|
||||
if (pc.hasgood_inode ())
|
||||
{
|
||||
dir->__flags |= dirent_set_d_ino;
|
||||
|
Reference in New Issue
Block a user