Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10ee1c34 authored by WANG Cong's avatar WANG Cong Committed by David S. Miller
Browse files

net_sched: use tcindex_filter_result_init()



Fixes: commit 331b7292 ("net: sched: RCU cls_tcindex")
Cc: John Fastabend <john.fastabend@gmail.com>
Signed-off-by: default avatarCong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2f9a220e
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -260,10 +260,7 @@ tcindex_set_parms(struct net *net, struct tcf_proto *tp, unsigned long base,
	}
	cp->h = p->h;

	memset(&new_filter_result, 0, sizeof(new_filter_result));
	tcf_exts_init(&new_filter_result.exts,
		      TCA_TCINDEX_ACT, TCA_TCINDEX_POLICE);

	tcindex_filter_result_init(&new_filter_result);
	tcindex_filter_result_init(&cr);
	if (old_r)
		cr.res = r->res;