[Bug 197336] find command cannot see more than 32765 subdirectories when using ZFS

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Apr 3 14:38:47 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197336

--- Comment #5 from Jilles Tjoelker <jilles at FreeBSD.org> ---
Created attachment 155161
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=155161&action=edit
fts(3) patch that disables the nlink optimization if st_nlink >= LINK_MAX

This patch disables the nlink optimization if st_nlink >= LINK_MAX (assuming
that the real link count may be higher than st_nlink in that case).

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list