tipc: remove zone publication list in name table
authorJon Maloy <jon.maloy@ericsson.com>
Thu, 15 Mar 2018 15:48:52 +0000 (16:48 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 17 Mar 2018 21:11:46 +0000 (17:11 -0400)
commit64a52b26d5633d6efc35cdf1e0c627cc4189e55a
treee5d40c7be6e87953313e10ea698db475b6071725
parent928df1880e24bcd47d6359ff86df24db3dfba3c3
tipc: remove zone publication list in name table

As a consequence of the previous commit we nan now eliminate zone scope
related lists in the name table. We start with name_table::publ_list[3],
which can now be replaced with two lists, one for node scope publications
and one for cluster scope publications.

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/core.h
net/tipc/name_distr.c
net/tipc/name_table.c
net/tipc/name_table.h