diff options
Diffstat (limited to 'net/tipc/node.c')
-rw-r--r-- | net/tipc/node.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/tipc/node.c b/net/tipc/node.c index 22aeb2b7ad00..66099cb1d6d6 100644 --- a/net/tipc/node.c +++ b/net/tipc/node.c | |||
@@ -47,6 +47,8 @@ static DEFINE_SPINLOCK(node_create_lock); | |||
47 | static struct hlist_head node_htable[NODE_HTABLE_SIZE]; | 47 | static struct hlist_head node_htable[NODE_HTABLE_SIZE]; |
48 | LIST_HEAD(tipc_node_list); | 48 | LIST_HEAD(tipc_node_list); |
49 | static u32 tipc_num_nodes; | 49 | static u32 tipc_num_nodes; |
50 | |||
51 | static atomic_t tipc_num_links = ATOMIC_INIT(0); | ||
50 | u32 tipc_own_tag; | 52 | u32 tipc_own_tag; |
51 | 53 | ||
52 | /** | 54 | /** |