Page MenuHomeFreeBSD

Remove LINK_MAX.
ClosedPublic

Authored by jhb on Dec 28 2017, 12:36 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 25, 9:51 AM
Unknown Object (File)
Fri, Nov 21, 4:48 AM
Unknown Object (File)
Fri, Nov 21, 4:46 AM
Unknown Object (File)
Fri, Nov 21, 4:46 AM
Unknown Object (File)
Fri, Nov 21, 4:45 AM
Unknown Object (File)
Fri, Nov 21, 4:44 AM
Unknown Object (File)
Fri, Nov 21, 4:43 AM
Unknown Object (File)
Fri, Nov 21, 4:43 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.