tipc: separate topology server listener socket from subcsriber sockets
authorJon Maloy <[email protected]>
Thu, 15 Feb 2018 09:40:50 +0000 (10:40 +0100)
committerDavid S. Miller <[email protected]>
Fri, 16 Feb 2018 20:26:34 +0000 (15:26 -0500)
commit0ef897be12b8b4cf297b6016e79ec97ec90f2cf6
treeb410be206ad34d2f4bc7f32bb9236d4d46141eb4
parent5c45ab24ac77ea32eae7d3576cf37c3ddb259f80
tipc: separate topology server listener socket from subcsriber sockets

We move the listener socket to struct tipc_server and give it its own
work item. This makes it easier to follow the code, and entails some
simplifications in the reception code in subscriber sockets.

Acked-by: Ying Xue <[email protected]>
Signed-off-by: Jon Maloy <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/tipc/server.c