Page MenuHomeFreeBSD

Remove unneeded SOLISTENING checks
ClosedPublic

Authored by markj on Aug 24 2021, 2:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 8, 10:47 AM
Unknown Object (File)
Tue, Apr 30, 11:05 AM
Unknown Object (File)
Apr 17 2024, 3:06 AM
Unknown Object (File)
Apr 14 2024, 5:42 AM
Unknown Object (File)
Mar 22 2024, 11:49 AM
Unknown Object (File)
Mar 22 2024, 11:27 AM
Unknown Object (File)
Mar 22 2024, 11:27 AM
Unknown Object (File)
Mar 10 2024, 11:06 PM
Subscribers

Details

Summary

Now that SOCK_IO_*_LOCK() checks for listening sockets, we can eliminate
some racy SOLISTENING() checks.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 41183
Build 38072: arc lint + arc unit

Event Timeline

(Note that this is not complete, there are still various racy SOLISTENING checks that I'm looking at.)

This revision is now accepted and ready to land.Aug 24 2021, 3:33 PM
This revision was automatically updated to reflect the committed changes.