Files
linux/net/sched
Jiri Pirko 5952fde10c 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 <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-03-24 12:47:10 -07:00
..
2017-02-02 14:31:53 +01:00
2016-09-19 22:04:14 -04:00
2017-01-24 13:44:28 -05:00
2016-09-19 01:47:18 -04:00
2016-12-20 14:22:48 -05:00