Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squash-to: "mptcp: avoid additional __inet_stream_connect() call"
In the mentioned commit I unintenionally left over a couple of possible cleanup. Add the following to the commit message, befere "No functional change intended.": """ The sk-level connect never return -EINPROGRESS, cleanup the error path accordingly. Additionally, the ssk status on error is always TCP_CLOSE. Avoid unneeded access to the subflow sk state. """ Signed-off-by: Paolo Abeni <[email protected]>
- Loading branch information