aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/pkt_cls.h
diff options
context:
space:
mode:
authorVlad Buslov <vladbu@mellanox.com>2020-02-17 12:12:12 +0200
committerDavid S. Miller <davem@davemloft.net>2020-02-17 14:17:02 -0800
commitb15e7a6e8d31d6abe2d98929d60ad3a0e6ae4de1 (patch)
tree3b1986c5151784433053007868f85e4046cd06de /include/net/pkt_cls.h
parentnet: sched: refactor ct action helpers to require tcf_lock (diff)
downloadlinux-dev-b15e7a6e8d31d6abe2d98929d60ad3a0e6ae4de1.tar.xz
linux-dev-b15e7a6e8d31d6abe2d98929d60ad3a0e6ae4de1.zip
net: sched: don't take rtnl lock during flow_action setup
Refactor tc_setup_flow_action() function not to use rtnl lock and remove 'rtnl_held' argument that is no longer needed. Signed-off-by: Vlad Buslov <vladbu@mellanox.com> Acked-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--include/net/pkt_cls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/pkt_cls.h b/include/net/pkt_cls.h
index a972244ab193..53946b509b51 100644
--- a/include/net/pkt_cls.h
+++ b/include/net/pkt_cls.h
@@ -509,7 +509,7 @@ tcf_match_indev(struct sk_buff *skb, int ifindex)
}
int tc_setup_flow_action(struct flow_action *flow_action,
- const struct tcf_exts *exts, bool rtnl_held);
+ const struct tcf_exts *exts);
void tc_cleanup_flow_action(struct flow_action *flow_action);
int tc_setup_cb_call(struct tcf_block *block, enum tc_setup_type type,