Commit 654263cf authored by Adrian Bunk's avatar Adrian Bunk Committed by Thomas Graf

[AF_NET]: Mark pfkey_table static.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ee016892
......@@ -35,7 +35,7 @@
/* List of all pfkey sockets. */
HLIST_HEAD(pfkey_table);
static HLIST_HEAD(pfkey_table);
static DECLARE_WAIT_QUEUE_HEAD(pfkey_table_wait);
static rwlock_t pfkey_table_lock = RW_LOCK_UNLOCKED;
static atomic_t pfkey_table_users = ATOMIC_INIT(0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment