On 8/6/26 9:50 AM, Qingshuang Fu wrote:
From: Qingshuang Fu <[email protected]>The variables 'rplnlh' in conntrack_data_insert() and 'rplnlh' together with 'nest' in conntracK_count_zone() and conntrack_flush_zone() were declared but never used since they were introduced. Similarly, commit 76342e842587 ("selftests: netfilter: remove unused parameter") removed the unused 'err' variable from these functions but overlooked the remaining unused 'rplnlh' and 'nest' variables. Remove them to clean up the code. Fixes: eff3c558bb7e ("netfilter: ctnetlink: support filtering by zone") Signed-off-by: Qingshuang Fu <[email protected]> ---
Thanks for patch, it looks good to me but could we avoid the fixes tag here? Reviewed-by: Fernando Fernandez Mancera <[email protected]>

