https://bugzilla.kernel.org/show_bug.cgi?id=196405 --- Comment #9 from Andreas Dilger (adilger.kernelbugzilla@xxxxxxxxx) --- I took a look at the find code at http://git.savannah.gnu.org/cgit/findutils.git and 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 to disable the "subdirs" heuristic. -- You are receiving this mail because: You are watching the assignee of the bug.