Skip to content
Commit aa3fab01 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'net_sched-redundant-resource-cleanups'



Zhengchao Shao says:

====================
net: sched: remove redundant resource cleanup when init() fails

qdisc_create() calls .init() to initialize qdisc. If the initialization
fails, qdisc_create() will call .destroy() to release resources.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 40c79ce1 d59f4e1d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment