commit | 42117927cab5a13192ecc227bea19da5059ffc6c | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Jun 10 16:41:38 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 10 23:58:21 2016 -0700 |
tree | 62af5997a0dc6ec1927e94a55d5cdbf0d9abcc0a | |
parent | cca605dd4b3b2bfa381250b7dbbe16b124916f24 [diff] |
net_sched: netem: remove qdisc_is_throttled() use Looks like it is only there as some optimization attempt. Since __QDISC_STATE_THROTTLED set/unset is way too expensive, and netem is the last user, just remove this check. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>