netfilter: ip6tables regression fix
authorEric Dumazet <dada1@cosmosbay.com>
Mon, 6 Apr 2009 15:06:55 +0000 (17:06 +0200)
committerPatrick McHardy <kaber@trash.net>
Mon, 6 Apr 2009 15:06:55 +0000 (17:06 +0200)
commit49a88d18a1721ac14dbc67cd390db18ee1f3a42f
tree67a1b884546e887ded8b4ff3b9c1ff71de9a5335
parent0221c81b1b8eb0cbb6b30a0ced52ead32d2b4e4c
netfilter: ip6tables regression fix

Commit 7845447 (netfilter: iptables: lock free counters) broke
ip6_tables by unconditionally returning ENOMEM in alloc_counters(),

Reported-by: Graham Murray <graham@gmurray.org.uk>
Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
net/ipv6/netfilter/ip6_tables.c