tipc: remove zone_list member in struct publication
authorJon Maloy <jon.maloy@ericsson.com>
Thu, 15 Mar 2018 15:48:53 +0000 (16:48 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 17 Mar 2018 21:11:46 +0000 (17:11 -0400)
commitba765ec63786583e210b55073a908a9d7ea284fa
tree95a3dcc4112ae3de0cecd8d4ce65dd9ea6431672
parent64a52b26d5633d6efc35cdf1e0c627cc4189e55a
tipc: remove zone_list member in struct publication

As a further consequence of the previous commits, we can also remove
the member 'zone_list 'in struct name_info and struct publication.
Instead, we now let the member cluster_list take over the role a
container of all publications of a given <type,lower, upper>.
We also remove the counters for the size of those lists, since
they don't serve any purpose.

Acked-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/name_table.c
net/tipc/name_table.h