https://bugzilla.kernel.org/show_bug.cgi?id=196405 --- Comment #10 from Paul Eggert (eggert@xxxxxxxxxxx) --- (In reply to Andreas Dilger from comment #9) > while the "ftsfind.c" > code does not check nlinks directly (presumably that is done in fts), the > "oldfind.c::process_dir()" code has a check if st_nlink < 2 Sure, but (as its name suggest) oldfind.c is obsolete and is no longer used. The mainline 'find' code does not have a special case for st_nlink < 2, and works only by accident. -- You are receiving this mail because: You are watching the assignee of the bug.