aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJiri Pirko <[email protected]>2017-03-23 17:02:16 +0100
committerDavid S. Miller <[email protected]>2017-03-24 12:47:10 -0700
commit5952fde10c35ecfefb0c3e61536170798d4a51c9 (patch)
treefdaf47ed760ebd3a714339bca74aa378106f1fcb /tools/perf/scripts/python
parent270c7759fbbc99e1ed00259c752a8c53f31cfb27 (diff)
net: sched: choke: remove dead filter classify code
sch_choke is classless qdisc so it does not define cl_ops. Therefore filter_list cannot be ever changed, being NULL all the time. Reason is this check in tc_ctl_tfilter: /* Is it classful? */ cops = q->ops->cl_ops; if (!cops) return -EINVAL; So remove this dead code. Signed-off-by: Jiri Pirko <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions