commit | 9ba5c404bf1d6284f0269411b33394362b7ff405 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <ben.hutchings@codethink.co.uk> | Thu Mar 29 15:12:41 2018 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Mar 30 11:44:27 2018 +0200 |
tree | 2fff9032feace0c2ac68193dba5b61deede9b8c4 | |
parent | c47d36b3855d804b2e282f9b4eecbbd19b5453f9 [diff] |
netfilter: x_tables: Add note about how to free percpu counters Due to the way percpu counters are allocated and freed in blocks, it is not safe to free counters individually. Currently all callers do the right thing, but let's note this restriction. Fixes: ae0ac0ed6fcf ("netfilter: x_tables: pack percpu counter allocations") Signed-off-by: Ben Hutchings <ben.hutchings@codethink.co.uk> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>