]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfa4c2f1218c3dcf58d9127cfc0cefa37f41f9303
treee5d40c7be6e87953313e10ea698db475b6071725
parenta95b46fc33ab6f6b927ec312c3641e7bc392dfa6
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