On Sun, Jun 12, 2016 at 10:03 PM, Eric Dumazet <[email protected]> wrote: > From: Eric Dumazet <[email protected]> > > Now prio_init() can return -ENOMEM, it also has to make sure > any allocated qdisc are freed, since the caller (qdisc_create()) wont > call ->destroy() handler for us.
But prio_tune() is called by ->change() too, so just call prio_destroy() inside prio_tune() ?
