netfilter: nft_hash: use set global element counter instead of private one
authorPatrick McHardy <kaber@trash.net>
Fri, 28 Mar 2014 10:19:48 +0000 (10:19 +0000)
committerPablo Neira Ayuso <pablo@gnumonks.org>
Wed, 2 Apr 2014 19:33:55 +0000 (21:33 +0200)
commit2c96c25d114083c7661936ad4d27e6a2c46c527d
tree868f3b36b15fa3647b6743446f1c5256d732c8ba
parentc50b960ccc5981627628302701e93e6aceccdb1c
netfilter: nft_hash: use set global element counter instead of private one

Now that nf_tables performs global accounting of set elements, it is not
needed in the hash type anymore.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nft_hash.c