]> 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)
commite5f8623f2ba5cf781d7a84b3f96bc6dd8a4bcfec
tree429c3bff534952209c848f011cb675530a115b5d
parent53d5930ec21e67adcc1eba8b2f4a9dbd5754aeef
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