diff options
author | Xin Long <lucien.xin@gmail.com> | 2016-06-16 01:15:06 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-06-16 14:10:44 -0700 |
commit | 141ddefce7c807c5e34b67be50b4a789a51f4a56 (patch) | |
tree | 9dab2d664b09c74138da528c564c1f1c86b4ed04 /drivers | |
parent | 5fb384b066d7c320832c4541658e5c655c590ac5 (diff) | |
download | talos-op-linux-141ddefce7c807c5e34b67be50b4a789a51f4a56.tar.gz talos-op-linux-141ddefce7c807c5e34b67be50b4a789a51f4a56.zip |
sctp: change sk state to CLOSED instead of CLOSING in sctp_sock_migrate
Commit d46e416c11c8 ("sctp: sctp should change socket state when
shutdown is received") may set sk_state CLOSING in sctp_sock_migrate,
but inet_accept doesn't allow the sk_state other than ESTABLISHED/
CLOSED for sctp. So we will change sk_state to CLOSED, instead of
CLOSING, as actually sk is closed already there.
Fixes: d46e416c11c8 ("sctp: sctp should change socket state when shutdown is received")
Reported-by: Ye Xiaolong <xiaolong.ye@intel.com>
Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions