From: John Fastabend Date: Mon, 6 Oct 2014 04:27:53 +0000 (-0700) Subject: net: sched: remove tcf_proto from ematch calls X-Git-Tag: omap-for-v3.19/prcm-cleanup~141^2~24^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82a470f1119eb7d2e4941b915bf9cd6fd8d54494;p=pandora-kernel.git net: sched: remove tcf_proto from ematch calls This removes the tcf_proto argument from the ematch code paths that only need it to reference the net namespace. This allows simplifying qdisc code paths especially when we need to tear down the ematch from an RCU callback. In this case we can not guarentee that the tcf_proto structure is still valid. Signed-off-by: John Fastabend Acked-by: Cong Wang Signed-off-by: David S. Miller --- Reading git-diff-tree failed