Page MenuHomeFreeBSD

inpcb: garbage collect INP_LOCK_INIT(), used only once in sctp
ClosedPublic

Authored by glebius on Dec 17 2021, 7:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 30, 11:04 PM
Unknown Object (File)
Sun, Jul 27, 11:26 AM
Unknown Object (File)
Wed, Jul 23, 4:54 PM
Unknown Object (File)
Fri, Jul 11, 11:31 AM
Unknown Object (File)
Wed, Jul 9, 1:12 AM
Unknown Object (File)
Jun 28 2025, 11:12 PM
Unknown Object (File)
Jun 24 2025, 3:07 AM
Unknown Object (File)
Jun 23 2025, 4:30 PM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 43450
Build 40338: arc lint + arc unit

Event Timeline

tuexen added inline comments.
sys/netinet/sctp_pcb.c
2501

Could you just replace the code here instead of putting it into SCTP_INP_LOCK_INIT()?

Re-do per Michael suggestion.

This revision is now accepted and ready to land.Dec 17 2021, 8:15 PM