Ruslan Ermilov 01e4939740 Finally removed the stat() and fstat() calls from the opendir() code.
They were made excessive in r205424 by opening with O_DIRECTORY.
Also eliminated the fcntl() call used to set FD_CLOEXEC by opening
with O_CLOEXEC.

(fdopendir() still checks that the passed descriptor is a directory,
and sets FD_CLOEXEC on it.)

Reviewed by:	ed
2012-03-02 10:03:38 +00:00
..
2012-01-09 06:36:28 +00:00
2012-02-26 13:57:24 +00:00
2011-07-10 06:57:00 +00:00
2012-01-03 07:14:01 +00:00