1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-06 18:29:47 +00:00
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-02-25 10:58:02 +00:00
2012-02-11 20:43:01 +00:00
2012-02-10 13:47:40 +00:00
2012-02-25 14:31:25 +00:00
2012-02-25 14:31:25 +00:00