Re: [PATCH net v2] selftests: netfilter: conntrack_dump_flush: remove unused variables and fix typo
Hangbin Liu <[email protected]>
| Newsgroups | gmane.comp.security.firewalls.netfilter.devel,gmane.linux.network,gmane.linux.kernel |
|---|---|
| Message-ID | <anWgQSbZWK6D2ONg@fedora> |
On Fri, Aug 07, 2026 at 03:59:28PM +0800, Qingshuang Fu wrote: > From: Qingshuang Fu <[email protected]> > > Remove unused 'rplnlh' in conntrack_data_insert(), and remove unused > 'rplnlh' and 'nest' variables in conntrack_count_zone() and > conntrack_flush_zone(). These variables were declared but never used > since their introduction. > > Also fix typo: rename misspelled conntracK_count_zone() to > conntrack_count_zone(). > > Reviewed-by: Fernando Fernandez Mancera <[email protected]> > Signed-off-by: Qingshuang Fu <[email protected]> > --- > v2: > - Drop Fixes tag as this is a cleanup, not a bug fix If not a bug fix, you should target to net-next. Reviewed-by: Hangbin Liu <[email protected]>