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
F132362487: D30325.id89658.diff
Thu, Oct 16, 5:58 AM
F132342912: D30325.id89460.diff
Thu, Oct 16, 2:05 AM
F132342911: D30325.id.diff
Thu, Oct 16, 2:05 AM
F132342910: D30325.id89658.diff
Thu, Oct 16, 2:05 AM
F132342907: D30325.id89384.diff
Thu, Oct 16, 2:05 AM
Unknown Object (File)
Wed, Oct 15, 3:17 PM
Unknown Object (File)
Sat, Oct 11, 3:24 AM
Unknown Object (File)
Thu, Oct 9, 5:38 PM
Subscribers
None

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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
119

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