aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2004-12-27 02:38:23 -0800
committerThomas Graf <tgraf@suug.ch>2004-12-27 02:38:23 -0800
commit654263cfe42e37b1b720e5f2c32583bb8e891136 (patch)
tree4ef7ef340319996faf3f03b5fd08418c1392d6cf /net
parentee0168926e0492f4d34fcd3b9381753c848bb0de (diff)
downloadhistory-654263cfe42e37b1b720e5f2c32583bb8e891136.tar.gz
[AF_NET]: Mark pfkey_table static.
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/key/af_key.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/key/af_key.c b/net/key/af_key.c
index ed9d9bebdd353f..cc4a9c8c038c04 100644
--- a/net/key/af_key.c
+++ b/net/key/af_key.c
@@ -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);