Functionality related to the 'zone' concept was never implemented in TIPC. In this series we eliminate the remaining traces of it in the code, and can hence take a first step in reducing the footprint and complexity of the binding table.
Jon Maloy (5): tipc: obsolete TIPC_ZONE_SCOPE tipc: remove zone publication list in name table tipc: remove zone_list member in struct publication tipc: merge two lists in struct publication tipc: some name changes include/uapi/linux/tipc.h | 102 ++++++++++++----------- net/tipc/addr.c | 31 ------- net/tipc/addr.h | 10 +++ net/tipc/core.h | 5 ++ net/tipc/msg.c | 2 +- net/tipc/name_distr.c | 63 +++++++------- net/tipc/name_distr.h | 2 +- net/tipc/name_table.c | 206 ++++++++++++++++++---------------------------- net/tipc/name_table.h | 54 ++++++------ net/tipc/net.c | 2 +- net/tipc/socket.c | 29 ++++--- 11 files changed, 227 insertions(+), 279 deletions(-) -- 2.1.4