Page MenuHomeFreeBSD

Remove LINK_MAX.
ClosedPublic

Authored by jhb on Dec 28 2017, 12:36 AM.
Tags
None
Referenced Files
F166154270: D13658.id.diff
Tue, Aug 11, 11:51 PM
Unknown Object (File)
Tue, Aug 11, 12:38 PM
Unknown Object (File)
Tue, Aug 11, 12:27 PM
Unknown Object (File)
Mon, Aug 10, 11:44 PM
Unknown Object (File)
Mon, Aug 10, 6:03 AM
Unknown Object (File)
Sun, Aug 9, 4:00 PM
Unknown Object (File)
Sat, Aug 8, 11:14 PM
Unknown Object (File)
Sat, Aug 8, 2:00 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.