Re: [PATCH net v2] selftests: netfilter: conntrack_dump_flush: remove unused variables and fix typo
From: Hangbin Liu
Date: Fri Aug 07 2026 - 05:07:27 EST
On Fri, Aug 07, 2026 at 03:59:28PM +0800, Qingshuang Fu wrote:
> From: Qingshuang Fu <fuqingshuang@xxxxxxxxxx>
>
> 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 <fmancera@xxxxxxx>
> Signed-off-by: Qingshuang Fu <fuqingshuang@xxxxxxxxxx>
> ---
> 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 <liuhangbin@xxxxxxxxxx>