Page MenuHomeFreeBSD

Remove LINK_MAX.
ClosedPublic

Authored by jhb on Dec 28 2017, 12:36 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 14, 7:02 AM
Unknown Object (File)
Fri, Apr 10, 9:10 AM
Unknown Object (File)
Thu, Apr 9, 5:20 PM
Unknown Object (File)
Thu, Apr 9, 1:23 PM
Unknown Object (File)
Mon, Apr 6, 10:20 AM
Unknown Object (File)
Sat, Apr 4, 12:29 PM
Unknown Object (File)
Sat, Mar 28, 3:28 PM
Unknown Object (File)
Sat, Mar 28, 3:39 AM
Subscribers

Details

Summary

After recent changes to change filesystems to use filesystem-specific
limits, LINK_MAX is no longer used in the base system. Applications
should in theory be able to cope with a lack of LINK_MAX by using
pathconf().

Test Plan
  • tinderbox passed
  • need to do an exp-run

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Dec 28 2017, 12:59 AM
This revision was automatically updated to reflect the committed changes.