vserver 1.9.3
[linux-2.6.git] / net / ipv6 / netfilter / ip6_tables.c
index d2ce00d..0cef15b 100644 (file)
@@ -66,6 +66,7 @@ do {                                                          \
 #endif
 #define SMP_ALIGN(x) (((x) + SMP_CACHE_BYTES-1) & ~(SMP_CACHE_BYTES-1))
 
+static DECLARE_MUTEX(ip6t_mutex);
 
 /* Must have mutex */
 #define ASSERT_READ_LOCK(x) IP_NF_ASSERT(down_trylock(&ip6t_mutex) != 0)