Commit 9a518821 authored by David S. Miller's avatar David S. Miller

[PKT_SCHED]: Kill CONFIG_CLS_U32_PERF2 cruft code.

parent 421340eb
......@@ -796,9 +796,6 @@ static int u32_dump(struct tcf_proto *tp, unsigned long fh,
RTA_PUT(skb, TCA_U32_CLASSID, 4, &n->res.classid);
if (n->ht_down)
RTA_PUT(skb, TCA_U32_LINK, 4, &n->ht_down->handle);
#ifdef CONFIG_CLS_U32_PERF2
n->sel.rcnt = n->sel.rhit = 0;
#endif
#ifdef CONFIG_NET_CLS_ACT
/* again for backward compatible mode - we want
* to work with both old and new modes of entering
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment