Re: [PATCH net-next 0/2] net: sched: remove redundant resource cleanup when init() fails

From: Jakub Kicinski
Date: Wed Aug 31 2022 - 22:25:58 EST


On Tue, 30 Aug 2022 08:56:36 +0800 Zhengchao Shao wrote:
> qdisc_create() calls .init() to initialize qdisc. If the initialization
> fails, qdisc_create() will call .destroy() to release resources.

Looks like this set does not apply cleanly, please rebase on top
of latest net-next/main and repost.