[bug #45930] -ignore_readdir_race ineffective in find 4.5.11 and 4.5.14
Martin Schwenke <[email protected]>
| Newsgroups | gmane.comp.gnu.findutils.bugs |
|---|---|
| Message-ID | <[email protected]> |
Follow-up Comment #9, bug #45930 (group findutils):
The problem seems to be simple fairly simple (but not necessarily simple to
solve):
gnulib/lib/ftc.c (FTC) seems to have no support for ignoring the readdir race
(-ignore_readdir_race).
This means that when find recurses into a subdirectory, it complains when that
subdirectory doesn't exist.
So, there are 2 choices:
* Plumb an option all the way through FTC to support ignoring the readdir
race
* Drop (or ignore) -ignore_readdir_race completely and ignore the race
unconditionally, everywhere. After all, this is "find", not "not found". ;-)
I doubt anyone cares about things that aren't found. If they were in a
directory, but don't seem to be there anymore, then they are gone... not
found!
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?45930>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
(application/pgp-signature, 228 B)
-----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQQk97aszIMMAvLLwm6qLAuaBUf3TgUCZ19uqgAKCRCqLAuaBUf3 Tp0VAP4071nRKvyvMhwxVM8HeETWxyX6LK3pgO6q62FNaV7wXAEAhbtxmsYWpSKj 7/k1dpxM0NgB1Rpzpfy0Wk5nfm/6RQg= =f73+ -----END PGP SIGNATURE-----