Page MenuHomeFreeBSD

Push down INP_WLOCK slightly in tcp_ctloutput.
ClosedPublic

Authored by jhb on Mar 28 2019, 9:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 4, 6:20 PM
Unknown Object (File)
Sun, Nov 3, 4:04 PM
Unknown Object (File)
Thu, Oct 24, 3:01 PM
Unknown Object (File)
Sep 30 2024, 11:37 PM
Unknown Object (File)
Sep 29 2024, 6:29 PM
Unknown Object (File)
Sep 28 2024, 1:30 PM
Unknown Object (File)
Sep 25 2024, 2:41 AM
Unknown Object (File)
Sep 24 2024, 10:32 AM
Subscribers

Details

Summary

The inp lock is not needed for testing the V6 flag as that flag is set
once when the inp is created and never changes. For non-TCP socket
options the lock is immediately dropped after checking that flag.
This just pushes the lock down to only be acquired for TCP socket
options.

This isn't a hot-path, more a cosmetic cleanup I noticed while reading
the code.

Test Plan
  • tested as part of larger patch by Drew (and myself in light testing)

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable