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)
Sun, Oct 19, 4:39 AM
Unknown Object (File)
Sat, Oct 18, 5:12 PM
Unknown Object (File)
Sat, Oct 18, 6:38 AM
Unknown Object (File)
Thu, Oct 16, 2:43 AM
Unknown Object (File)
Sat, Oct 4, 8:29 PM
Unknown Object (File)
Wed, Oct 1, 12:55 AM
Unknown Object (File)
Sat, Sep 27, 11:32 PM
Unknown Object (File)
Sep 22 2025, 12:31 PM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 43449
Build 40337: 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