diff options
author | Ursula Braun <ubraun@linux.vnet.ibm.com> | 2017-04-10 14:58:02 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-04-12 05:01:14 +0200 |
commit | a98bf8c0bce7bd3371adbe99d1e2b31c32308fb9 (patch) | |
tree | dec59a5c9408a85da1c583f3bfb73eb0efa4baa0 /ipc/shm.c | |
parent | net/smc: no socket state changes in tasklet context (diff) | |
download | linux-a98bf8c0bce7bd3371adbe99d1e2b31c32308fb9.tar.xz linux-a98bf8c0bce7bd3371adbe99d1e2b31c32308fb9.zip |
net/smc: guarantee ConnClosed send after shutdown SHUT_WR
State SMC_CLOSED should be reached only, if ConnClosed has been sent to
the peer. If ConnClosed is received from the peer, a socket with
shutdown SHUT_WR done, switches errorneously to state SMC_CLOSED, which
means the peer socket is dangling. The local SMC socket is supposed to
switch to state APPFINCLOSEWAIT to make sure smc_close_final() is called
during socket close.
Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com>
Reviewed-by: Thomas Richter <tmricht@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'ipc/shm.c')
0 files changed, 0 insertions, 0 deletions