commit | c3a173d7dba2d7c74dd4ab871b8f22bf56ac10b2 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Thu Jun 09 00:27:41 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 08 23:58:51 2016 -0700 |
tree | 52e2931588e37db52cafb4ec79e08579609e20a8 | |
parent | dd47c1fa776cda48531b651c88341e951140b0a7 [diff] |
sched: remove qdisc_rehape_fail After the removal of TCA_CBQ_POLICE in cbq scheduler qdisc->reshape_fail is always NULL, i.e. qdisc_rehape_fail is now the same as qdisc_drop. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>