commit | aa377e682d0703452642d4059a94ab7fdaa90b89 | [log] [tgz] |
---|---|---|
author | Ursula Braun <ubraun@linux.vnet.ibm.com> | Wed Jan 24 10:28:17 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 24 10:52:57 2018 -0500 |
tree | 9b8c9db6914f5b28249897b205df7dc6b91992f5 | |
parent | bbb96bf2366e502fd16a8082f723c570e50269e8 [diff] |
net/smc: continue waiting if peer signals write_shutdown If the peer sends a shutdown WRITE, this should not affect sending in general, and waiting for send buffer space in particular. Stop waiting of the local socket for send buffer space only, if peer signals closing, but not if peer signals just shutdown WRITE. Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>