Epilogue due to master Jarek. Lockdep carest not about the locking
doth bestowed. Therefore no keys are needed.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
---
net/netfilter/x_tables.c | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
--- a/net/netfilter/x_tables.c 2009-04-25 13:25:48.115026283 -0700
+++ b/net/netfilter/x_tables.c 2009-04-25 13:26:15.646215635 -0700
@@ -1145,14 +1145,9 @@ static int __init xt_init(void)
{
unsigned int i;
int rv;
- static struct lock_class_key xt_lock_key[NR_CPUS];
- for_each_possible_cpu(i) {
- rwlock_t *lock = &per_cpu(xt_info_locks, i);
-
- rwlock_init(lock);
- lockdep_set_class(lock, xt_lock_key+i);
- }
+ for_each_possible_cpu(i)
+ rwlock_init(&per_cpu(xt_info_locks, i));
xt = kmalloc(sizeof(struct xt_af) * NFPROTO_NUMPROTO, GFP_KERNEL);
if (!xt)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| debian developer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Jon Smirl | Re: 463 kernel developers missing! |
| Natalie Protasevich | [BUG] New Kernel Bugs |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| David Miller | [GIT]: Networking |
git: | |
| Sander | 'struct task_struct' has no member named 'mems_allowed' (was: Re: 2.6.20-rc4-mm1) |
