This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / net / ipv4 / netfilter / arp_tables.c
index f181368..b0d4ce6 100644 (file)
@@ -1199,7 +1199,7 @@ int arpt_register_table(struct arpt_table *table)
        /* save number of initial entries */
        table->private->initial_entries = table->private->number;
 
-       rwlock_init(&table->lock);
+       table->lock = RW_LOCK_UNLOCKED;
        list_prepend(&arpt_tables, table);
 
  unlock: