]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - include/linux/tipc_config.h
tipc: Remove prototype code for supporting slave nodes
authorAllan Stephens <Allan.Stephens@windriver.com>
Fri, 31 Dec 2010 18:59:17 +0000 (18:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 1 Jan 2011 21:57:48 +0000 (13:57 -0800)
commit08c80e9a031df0a8f0269477a32f5eae47d7a146
tree87a20adf19603edfafabc0b138a2992a0cbe6481
parent51f98a8d70583b18cb08b19353aeed5efb0244af
tipc: Remove prototype code for supporting slave nodes

Simplifies routines and data structures that were intended to allow
TIPC to support slave nodes (i.e. nodes that did not have links to
all of the other nodes in its cluster, forcing TIPC to route messages
that it could not deliver directly through a non-slave node).

Currently, TIPC supports only networks containing non-slave nodes,
so this code is unnecessary.

Note: The latest edition of the TIPC 2.0 Specification has eliminated
the concept of slave nodes entirely.

Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
12 files changed:
include/linux/tipc_config.h
net/tipc/addr.c
net/tipc/addr.h
net/tipc/cluster.c
net/tipc/cluster.h
net/tipc/config.c
net/tipc/core.c
net/tipc/core.h
net/tipc/discover.c
net/tipc/msg.h
net/tipc/node.c
net/tipc/port.c