commit | 50717a37db032ce783f50685a73bb2ac68471a5a | [log] [tgz] |
---|---|---|
author | Ursula Braun <ubraun@linux.ibm.com> | Fri Apr 12 12:57:23 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 12 10:50:56 2019 -0700 |
tree | 8dd3d8070e52163f0c3fbfdadcb4224e3860915d | |
parent | 6dc400af216a79c10cb082f25a7337bcbf532045 [diff] |
net/smc: nonblocking connect rework For nonblocking sockets move the kernel_connect() from the connect worker into the initial smc_connect part to return kernel_connect() errors other than -EINPROGRESS to user space. Reviewed-by: Karsten Graul <kgraul@linux.ibm.com> Signed-off-by: Ursula Braun <ubraun@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>