diff options
Diffstat (limited to 'net/sched/cls_basic.c')
-rw-r--r-- | net/sched/cls_basic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/cls_basic.c b/net/sched/cls_basic.c index 121dff0a1763..588c635f195e 100644 --- a/net/sched/cls_basic.c +++ b/net/sched/cls_basic.c | |||
@@ -235,7 +235,7 @@ static int basic_change(struct net *net, struct sk_buff *in_skb, | |||
235 | *arg = fnew; | 235 | *arg = fnew; |
236 | 236 | ||
237 | if (fold) { | 237 | if (fold) { |
238 | idr_replace_ext(&head->handle_idr, fnew, fnew->handle); | 238 | idr_replace(&head->handle_idr, fnew, fnew->handle); |
239 | list_replace_rcu(&fold->link, &fnew->link); | 239 | list_replace_rcu(&fold->link, &fnew->link); |
240 | tcf_unbind_filter(tp, &fold->res); | 240 | tcf_unbind_filter(tp, &fold->res); |
241 | tcf_exts_get_net(&fold->exts); | 241 | tcf_exts_get_net(&fold->exts); |