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
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
(Note that this is not complete, there are still various racy SOLISTENING checks that I'm looking at.)