]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: convert allocations of global variables associated with bclink
authorYing Xue <ying.xue@windriver.com>
Mon, 5 May 2014 00:56:16 +0000 (08:56 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 May 2014 21:26:45 +0000 (17:26 -0400)
commit8028fc746497c90fa326487feddfa8dc587d96fa
tree429c3bff534952209c848f011cb675530a115b5d
parent1fd094486bea1a331673a623e4affba63d50853d
tipc: convert allocations of global variables associated with bclink

Convert allocations of global variables associated with bclink from
static way to dynamical way for the convenience of bclink instance
initialisation. Meanwhile, this also helps TIPC support name space
in the future easily.

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