* sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
commit62f63c47ee9d6dcac1f47870e8038f1b1889e0d4
authorUlrich Drepper <drepper@redhat.com>
Thu, 5 Feb 2009 18:20:59 +0000 (5 18:20 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 5 Feb 2009 18:20:59 +0000 (5 18:20 +0000)
treefd7dd97307a09bf94d2b6e79fae31d44d975b337
parent0899b8897c1bcec464c0e220dd118f293bab05eb
* sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory

today than when the original code was written.  Use larger
buffers.  This also makes it unnecessary to have stat information,
if this causes extra efforts.
(__opendir): In case O_DIRECTORY works, don't call fstat just for
__alloc_dir.
ChangeLog
sysdeps/unix/opendir.c