Re: [PATCH net v2] selftests: netfilter: conntrack_dump_flush: remove unused variables and fix typo

From: Hangbin Liu

Date: Sat Aug 08 2026 - 02:27:17 EST


On Fri, Aug 07, 2026 at 12:23:45PM +0200, Pablo Neira Ayuso wrote:
> On Fri, Aug 07, 2026 at 05:07:13PM +0800, Hangbin Liu wrote:
> > 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.
>
> We will handle this though the nf-next tree.

Oh, good. That's more reasonable.

Hangbin