[bug #24140] Painfully slow find(1) in list-permission-only AFS paths

2010-04-08 Thread James Youngman
Follow-up Comment #16, bug #24140 (project findutils): No sign of a working solution so far; unless somebody has a useful suggestion in the mean time, I'll close this bug in a week or so. ___ Reply to this item at:

[bug #27221] symlink_loop check broken by FTS_CWDFD

2010-04-08 Thread James Youngman
Follow-up Comment #2, bug #27221 (project findutils): Could you re-test this against findutils release 4.5.8 please? ___ Reply to this item at: http://savannah.gnu.org/bugs/?27221 ___

Re: Patch that adds a new test to find

2010-04-08 Thread rre...@iol.it
Another suggestion for efficiency is to open the file in parse_samefile (and fstat the file descriptor to figure out if it is a regular file) and keep the reference file open from then on. I have tried to follow most of your suggestions. Please excuse me for not adding error checks in the

[bug #27983] Windows text mode mis-interpreted

2010-04-08 Thread Ilguiz Latypov
Follow-up Comment #5, bug #27983 (project findutils): Then you use cat, which preserves binary mode, through a pipe which also preserves binary mode. But this is a valid sequence of commands, and Cygwin should preserve the behavior of this sequence regardless of the input's low-level line