commit | 6f00089c7372ba9732c046fe242301dfb0a13233 | [log] [tgz] |
---|---|---|
author | Parthasarathy Bhuvaragan <parthasarathy.bhuvaragan@ericsson.com> | Tue Nov 01 14:02:47 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 01 11:53:25 2016 -0400 |
tree | 39064e06ccdb8a69f2bc8cf4da38f2739f42e14e | |
parent | 9fd4b070f6311faa7ba1ae746e955fedfbe3e045 [diff] |
tipc: remove SS_DISCONNECTING state In this commit, we replace the references to SS_DISCONNECTING with the combination of sk_state TIPC_DISCONNECTING and flags set in sk_shutdown. We introduce a new function _tipc_shutdown(), which provides the common code required by tipc_release() and tipc_shutdown(). Signed-off-by: Parthasarathy Bhuvaragan <parthasarathy.bhuvaragan@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>