]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd32714a4ff2c62d47e96b13ee677fa1e09ee3448
tree95a3dcc4112ae3de0cecd8d4ce65dd9ea6431672
parentfa4c2f1218c3dcf58d9127cfc0cefa37f41f9303
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