commit | cfe4a9dda034e2b5b6ba0b6313b65dfb89ee451c | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Sat Aug 02 11:47:46 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Aug 02 19:49:38 2014 -0700 |
tree | 09f0da1fdd48a931ecded6a31d54bf3a07e8febb | |
parent | e341694e3eb57fcda9f1adc7bfea42fe080d8d7a [diff] |
nftables: Convert nft_hash to use generic rhashtable The sizing of the hash table and the practice of requiring a lookup to retrieve the pprev to be stored in the element cookie before the deletion of an entry is left intact. Signed-off-by: Thomas Graf <tgraf@suug.ch> Acked-by: Patrick McHardy <kaber@trash.net> Reviewed-by: Nikolay Aleksandrov <nikolay@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>