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
F172345141: D33543.id100230.diff
Thu, Sep 17, 9:03 PM
Unknown Object (File)
Mon, Sep 14, 6:13 PM
Unknown Object (File)
Fri, Sep 11, 4:11 AM
Unknown Object (File)
Thu, Sep 10, 11:32 AM
Unknown Object (File)
Thu, Sep 10, 2:25 AM
Unknown Object (File)
Fri, Sep 4, 9:55 PM
Unknown Object (File)
Fri, Sep 4, 9:51 PM
Unknown Object (File)
Fri, Sep 4, 1:36 PM

Diff Detail

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

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