* fhandler_disk_file.cc (fhandler_disk_file::readdir): Change comment
to be fair.
This commit is contained in:
parent
e575678945
commit
e684ace44e
|
@ -1,3 +1,8 @@
|
||||||
|
2009-08-14 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* fhandler_disk_file.cc (fhandler_disk_file::readdir): Change comment
|
||||||
|
to be fair.
|
||||||
|
|
||||||
2009-08-14 Corinna Vinschen <corinna@vinschen.de>
|
2009-08-14 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Remove
|
* fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Remove
|
||||||
|
|
|
@ -1994,7 +1994,7 @@ go_ahead:
|
||||||
|
|
||||||
Worse, trying to open a symlink without setting the special
|
Worse, trying to open a symlink without setting the special
|
||||||
"ActOnSymlink" EA triggers a bug in Windows 7 which results
|
"ActOnSymlink" EA triggers a bug in Windows 7 which results
|
||||||
in a timeout of about 20 seconds, followed by two exceptions
|
in a timeout of up to 20 seconds, followed by two exceptions
|
||||||
in the NT kernel.
|
in the NT kernel.
|
||||||
|
|
||||||
Since both results are far from desirable, we open symlinks
|
Since both results are far from desirable, we open symlinks
|
||||||
|
|
Loading…
Reference in New Issue