commit | c752023aab5856559a295d045530af89cc51df06 | [log] [tgz] |
---|---|---|
author | Parthasarathy Bhuvaragan <parthasarathy.bhuvaragan@ericsson.com> | Tue Nov 01 14:02:42 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 01 11:53:24 2016 -0400 |
tree | 94c4f4100f8271bcecdacff99ca805849fbc0040 | |
parent | 360aab6b49b93937bafd45034d33e7d44148fe82 [diff] |
tipc: remove socket state SS_READY Until now, tipc socket state SS_READY declares that the socket is a connectionless socket. In this commit, we remove the state SS_READY and replace it with a condition which returns true for datagram / connectionless sockets. Acked-by: Ying Xue <ying.xue@windriver.com> Acked-by: Jon Maloy <jon.maloy@ericsson.com> Signed-off-by: Parthasarathy Bhuvaragan <parthasarathy.bhuvaragan@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>