tipc: make name table distributor use new send function
authorJon Paul Maloy <jon.maloy@ericsson.com>
Thu, 17 Jul 2014 00:40:58 +0000 (20:40 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Jul 2014 04:38:18 +0000 (21:38 -0700)
commitdbdf6d24ad37d63938f29a2d134a1a9f6e9e673c
tree3c2046727403ba015f699b835fc374b58093c8b4
parenta9f559c37b582c9eb12f82ac9bb77476cfda6309
tipc: make name table distributor use new send function

In a previous commit series ("tipc: new unicast transmission code")
we introduced a new message sending function, tipc_link_xmit2(),
and moved the unicast data users over to use that function. We now
let the internal name table distributor do the same.

The interaction between the name distributor and the node/link
layer also becomes significantly simpler, so we can eliminate
the function tipc_link_names_xmit().

Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Reviewed-by: Erik Hugne <erik.hugne@ericsson.com>
Reviewed-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/link.c
net/tipc/link.h
net/tipc/name_distr.c
net/tipc/name_distr.h
net/tipc/node.c