From: Jim Meyering Date: Mon, 15 May 2006 10:59:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~390 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06918c95896d5f43de3b7383e4fb7be0c1b3659e;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 1d0c26130b..1286e51744 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2006-05-15 Jim Meyering + + Avoid the expense of an fstat, when possible. + * fts.c (O_NOFOLLOW, STREQ): Define. + (diropen_fd): Remove function. Merge it into sole caller... + (diropen): ...here. Use O_NOFOLLOW when appropriate. + (fts_safe_changedir): Call fstat for dev/inode check, only if the + previous open/openat call may have opened the wrong directory. + 2006-05-13 Jim Meyering Restore the parts of fts that were removed on 2006-01-17, so that