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)
Tue, May 19, 11:38 AM
Unknown Object (File)
Mon, May 18, 11:59 PM
Unknown Object (File)
Mon, May 18, 4:42 PM
Unknown Object (File)
Mon, May 11, 5:13 AM
Unknown Object (File)
Sun, May 3, 12:06 AM
Unknown Object (File)
Sat, May 2, 11:27 AM
Unknown Object (File)
Thu, Apr 30, 3:16 AM
Unknown Object (File)
Wed, Apr 29, 9:53 AM

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