Re: [PATCH] sched: delete some api is not used

From: Paolo Abeni
Date: Tue Feb 28 2023 - 07:05:05 EST


On Tue, 2023-02-28 at 11:12 +0800, lingfuyi wrote:
> From: lingfuyi <lingfuyi@xxxxxxxxxx>
>
> fix compile errors like this:
> net/sched/cls_api.c:141:13: error: ‘tcf_exts_miss_cookie_base_destroy’
> defined but not used [-Werror=unused-function]
>
> Reported-by: k2ci <kernel-bot@xxxxxxxxxx>
> Signed-off-by: lingfuyi <lingfuyi@xxxxxxxxxx>

This has been already addressed by:

commit 37e1f3acc339b28493eb3dad571c3f01b6af86f6
Author: Nathan Chancellor <nathan@xxxxxxxxxx>
Date: Fri Feb 24 11:18:49 2023 -0700

net/sched: cls_api: Move call to tcf_exts_miss_cookie_base_destroy()

Thanks,

Paolo