]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net/sched: Remove unnecessary WARNING condition for empty child qdisc in htb_activate
authorWilliam Liu <will@willsroot.io>
Tue, 19 Aug 2025 03:36:59 +0000 (03:36 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Aug 2025 14:26:18 +0000 (16:26 +0200)
commitd63ce843a2afc7c30d00c070fcf363a857462e2d
treed1879a4bffd75b2c53c76971e872c683cd78015f
parent710866fc0a64eafcb8bacd91bcb1329eb7e5035f
net/sched: Remove unnecessary WARNING condition for empty child qdisc in htb_activate

[ Upstream commit 2c2192e5f9c7c2892fe2363244d1387f62710d83 ]

The WARN_ON trigger based on !cl->leaf.q->q.qlen is unnecessary in
htb_activate. htb_dequeue_tree already accounts for that scenario.

Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Signed-off-by: William Liu <will@willsroot.io>
Reviewed-by: Savino Dicanosa <savy@syst3mfailure.io>
Link: https://patch.msgid.link/20250819033632.579854-1-will@willsroot.io
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/sched/sch_htb.c