]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6537b7be88601db04ca6710bea472e49623506ba
tree868f3b36b15fa3647b6743446f1c5256d732c8ba
parentd37a32ab0faabfb1099269690f8daeb16f653e1c
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