This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / net / ipv4 / netfilter / ipt_recent.c
index aa00874..15472b3 100644 (file)
@@ -715,7 +715,7 @@ checkentry(const char *tablename,
        curr_table = vmalloc(sizeof(struct recent_ip_tables));
        if(curr_table == NULL) return -ENOMEM;
 
-       spin_lock_init(&curr_table->list_lock);
+       curr_table->list_lock = SPIN_LOCK_UNLOCKED;
        curr_table->next = NULL;
        curr_table->count = 1;
        curr_table->time_pos = 0;