Page MenuHomeFreeBSD

Remove LINK_MAX.
ClosedPublic

Authored by jhb on Dec 28 2017, 12:36 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 4, 10:53 PM
Unknown Object (File)
Nov 22 2024, 8:20 PM
Unknown Object (File)
Nov 22 2024, 6:09 PM
Unknown Object (File)
Nov 19 2024, 12:18 AM
Unknown Object (File)
Nov 17 2024, 11:45 PM
Unknown Object (File)
Nov 13 2024, 11:24 AM
Unknown Object (File)
Oct 6 2024, 6:00 PM
Unknown Object (File)
Oct 5 2024, 6:09 PM
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.