diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2017-03-13 13:24:03 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2017-03-13 17:30:16 +0100 |
commit | 04166f48d9593af4513ae06c0f966c0cee300a20 (patch) | |
tree | 26d3c032b36bb9be5758cc9dd896288a78738d9e /include/net | |
parent | e920dde5160887d07b738f5a7f593b1fa9b1e32e (diff) | |
download | op-kernel-dev-04166f48d9593af4513ae06c0f966c0cee300a20.zip op-kernel-dev-04166f48d9593af4513ae06c0f966c0cee300a20.tar.gz |
Revert "netfilter: nf_tables: add flush field to struct nft_set_iter"
This reverts commit 1f48ff6c5393aa7fe290faf5d633164f105b0aa7.
This patch is not required anymore now that we keep a dummy list of
set elements in the bitmap set implementation, so revert this before
we forget this code has no clients.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/netfilter/nf_tables.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/netfilter/nf_tables.h b/include/net/netfilter/nf_tables.h index 70c5ca0..01360286 100644 --- a/include/net/netfilter/nf_tables.h +++ b/include/net/netfilter/nf_tables.h @@ -232,7 +232,6 @@ struct nft_set_elem { struct nft_set; struct nft_set_iter { u8 genmask; - bool flush; unsigned int count; unsigned int skip; int err; |