]> git.itanic.dy.fi Git - linux-stable/commit
netfilter: nf_tables: always increment set element count
authorFlorian Westphal <fw@strlen.de>
Thu, 11 May 2023 20:45:35 +0000 (22:45 +0200)
committerFlorian Westphal <fw@strlen.de>
Thu, 18 May 2023 06:48:54 +0000 (08:48 +0200)
commitd4b7f29eb85c93893bc27388b37709efbc3c9a0e
treee97495a0b3e44403847163bac340eef612ec0f19
parenta4878eeae39048e6abe85891c714b49dc13fc08c
netfilter: nf_tables: always increment set element count

At this time, set->nelems counter only increments when the set has
a maximum size.

All set elements decrement the counter unconditionally, this is
confusing.

Increment the counter unconditionally to make this symmetrical.
This would also allow changing the set maximum size after set creation
in a later patch.

Signed-off-by: Florian Westphal <fw@strlen.de>
net/netfilter/nf_tables_api.c