diff options
Diffstat (limited to 'net/sched/cls_basic.c')
-rw-r--r-- | net/sched/cls_basic.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sched/cls_basic.c b/net/sched/cls_basic.c index b7bcf67641bf..6088be65d167 100644 --- a/net/sched/cls_basic.c +++ b/net/sched/cls_basic.c | |||
@@ -130,7 +130,8 @@ static void basic_destroy(struct tcf_proto *tp) | |||
130 | kfree_rcu(head, rcu); | 130 | kfree_rcu(head, rcu); |
131 | } | 131 | } |
132 | 132 | ||
133 | static int basic_delete(struct tcf_proto *tp, void *arg, bool *last) | 133 | static int basic_delete(struct tcf_proto *tp, void *arg, bool *last, |
134 | struct netlink_ext_ack *extack) | ||
134 | { | 135 | { |
135 | struct basic_head *head = rtnl_dereference(tp->root); | 136 | struct basic_head *head = rtnl_dereference(tp->root); |
136 | struct basic_filter *f = arg; | 137 | struct basic_filter *f = arg; |