HomeFreeBSD

Move ic_check_send_space clear to the actual check.

Description

Move ic_check_send_space clear to the actual check.

It closes tiny race when the flag could be set between being cleared
and the space is checked, that would create us some more work. The
flag setting is protected by both locks, so we can clear it in either
place, but in between both locks are dropped.

MFC after: 1 week

Details

Provenance
mavAuthored on Mar 3 2021, 8:21 PM
Parents
rG0c1a5eaae832: env: style(9) fix, add a space
Branches
Unknown
Tags
Unknown