Now that SOCK_IO_*_LOCK() checks for listening sockets, we can eliminate
some racy SOLISTENING() checks.
Details
Details
- Reviewers
glebius tuexen - Commits
- rG523d58aad179: socket: Remove unneeded SOLISTENING checks
Diff Detail
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
Comment Actions
(Note that this is not complete, there are still various racy SOLISTENING checks that I'm looking at.)