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)
Oct 19 2024, 9:09 PM
Unknown Object (File)
Sep 25 2024, 8:19 PM
Unknown Object (File)
Sep 24 2024, 11:48 AM
Unknown Object (File)
Sep 21 2024, 8:53 AM
Unknown Object (File)
Sep 16 2024, 11:18 PM
Unknown Object (File)
Sep 16 2024, 6:42 PM
Unknown Object (File)
Aug 17 2024, 9:21 PM
Unknown Object (File)
Aug 12 2024, 5: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