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)
Mar 11 2024, 4:20 AM
Unknown Object (File)
Mar 11 2024, 4:16 AM
Unknown Object (File)
Mar 11 2024, 4:16 AM
Unknown Object (File)
Mar 11 2024, 4:00 AM
Unknown Object (File)
Mar 11 2024, 3:42 AM
Unknown Object (File)
Jan 17 2024, 7:42 AM
Unknown Object (File)
Dec 21 2023, 3:40 AM
Unknown Object (File)
Dec 20 2023, 6:59 AM

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