Date: Fri, 03 Apr 2015 14:38:47 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 197336] find command cannot see more than 32765 subdirectories when using ZFS Message-ID: <bug-197336-8-oJC9B8wLIJ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-197336-8@https.bugs.freebsd.org/bugzilla/> References: <bug-197336-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197336 --- Comment #5 from Jilles Tjoelker <jilles@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197336-8-oJC9B8wLIJ>