[netfilter-cvslog] r6471 - trunk/patch-o-matic-ng/patchlets/set/linux/net/ipv4/netfilter

kadlec at netfilter.org kadlec at netfilter.org
Sat Feb 25 09:34:48 CET 2006


Author: kadlec at netfilter.org
Date: 2006-02-25 09:34:47 +0100 (Sat, 25 Feb 2006)
New Revision: 6471

Modified:
   trunk/patch-o-matic-ng/patchlets/set/linux/net/ipv4/netfilter/ip_set.c
Log:
Remnant reference to lockhelp.h removed


Modified: trunk/patch-o-matic-ng/patchlets/set/linux/net/ipv4/netfilter/ip_set.c
===================================================================
--- trunk/patch-o-matic-ng/patchlets/set/linux/net/ipv4/netfilter/ip_set.c	2006-02-14 16:30:01 UTC (rev 6470)
+++ trunk/patch-o-matic-ng/patchlets/set/linux/net/ipv4/netfilter/ip_set.c	2006-02-25 08:34:47 UTC (rev 6471)
@@ -32,7 +32,7 @@
 
 static struct list_head set_type_list;		/* all registered sets */
 static struct ip_set **ip_set_list;		/* all individual sets */
-static DECLARE_RWLOCK(ip_set_lock);		/* protects the lists and the hash */
+static rwlock_t ip_set_lock = RW_LOCK_UNLOCKED;	/* protects the lists and the hash */
 static DECLARE_MUTEX(ip_set_app_mutex);		/* serializes user access */
 static ip_set_id_t ip_set_max = CONFIG_IP_NF_SET_MAX;
 static ip_set_id_t ip_set_bindings_hash_size =  CONFIG_IP_NF_SET_HASHSIZE;




More information about the netfilter-cvslog mailing list