Page MenuHomeFreeBSD

Move mnt_maxsymlinklen into appropriate fs mount data structures
ClosedPublic

Authored by kib on May 18 2021, 1:47 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Aug 18, 9:12 PM
Unknown Object (File)
Sat, Aug 17, 1:37 PM
Unknown Object (File)
Fri, Aug 16, 7:21 AM
Unknown Object (File)
Jul 18 2024, 1:48 PM
Unknown Object (File)
Jun 27 2024, 10:24 AM
Unknown Object (File)
May 2 2024, 11:07 PM
Unknown Object (File)
Apr 25 2024, 1:07 AM
Unknown Object (File)
Apr 24 2024, 5:12 AM
Subscribers
None

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

kib requested review of this revision.May 18 2021, 1:47 AM
kib created this revision.

Other than one requested change, this looks good.

sys/ufs/ufs/ufsmount.h
117

This belongs with the other constant fields near top of ufsmount structure. I recommend following um_nindir. Also needs (c) at start of its comment.

This revision now requires changes to proceed.May 18 2021, 6:53 PM
kib marked an inline comment as done.

Move um_maxsymlink in struct ufsmount.

This revision is now accepted and ready to land.May 19 2021, 9:12 PM