Page MenuHomeFreeBSD

Remove LINK_MAX.
ClosedPublic

Authored by jhb on Dec 28 2017, 12:36 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 7, 3:53 PM
Unknown Object (File)
Sun, Oct 5, 6:17 AM
Unknown Object (File)
Wed, Sep 17, 1:31 AM
Unknown Object (File)
Sep 13 2025, 3:17 PM
Unknown Object (File)
Sep 13 2025, 6:01 AM
Unknown Object (File)
Sep 13 2025, 12:49 AM
Unknown Object (File)
Sep 12 2025, 9:07 PM
Unknown Object (File)
Aug 31 2025, 5:28 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.