OSDN Git Service

* fhandler_disk_file.cc (DIR_NUM_ENTRIES): Set to 100 to maximize
authorcorinna <corinna>
Sun, 20 Aug 2006 12:18:11 +0000 (12:18 +0000)
committercorinna <corinna>
Sun, 20 Aug 2006 12:18:11 +0000 (12:18 +0000)
commit62b3e521c12cd5a960051e19b1aef314805618d5
tree8e6fd4ab6f3d46f5dbbbc78fb8c01756417fd57c
parent87c869d2635f1048536ff83886e6995ad84299a8
* fhandler_disk_file.cc (DIR_NUM_ENTRIES): Set to 100 to maximize
performance on remote shares.
(fhandler_disk_file::opendir): Move comment about Samba weirdness into
fhandler_disk_file::readdir.  Don't disallow
FileIdBothDirectoryInformation on Samba.
(fhandler_disk_file::readdir): Workaround Samba problem with
FileIdBothDirectoryInformation by rereading already read entries
using FileBothDirectoryInformation.  Change comment about Samba
weirdness explaining this change.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler_disk_file.cc