bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cygwin semantics of ..


From: Paul Eggert
Subject: Re: cygwin semantics of ..
Date: Wed, 26 Oct 2005 09:51:42 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Eric Blake <address@hidden> writes:

> For the test mentioned above, a workaround in mkdir-p.c can be written
> that skips the optimization of an initial stat() on platforms where stat()
> can wrongly succeed

I'd been thinking of removing that initial stat() on all platforms,
under the argument that it's redundant and that on modern platforms it
requires traversal of the file name twice instead of once.

However, I haven't had time to remove the call, and make sure things
don't get much slower in the common case.  Most likely some tuning
will be needed.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]