https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197336
--- Comment #5 from Jilles Tjoelker <[email protected]> --- 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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
