aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_route.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sched/cls_route.c')
-rw-r--r--net/sched/cls_route.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sched/cls_route.c b/net/sched/cls_route.c
index 784dcb870b98..5a16ca28aa3d 100644
--- a/net/sched/cls_route.c
+++ b/net/sched/cls_route.c
@@ -302,7 +302,7 @@ static int route4_delete(struct tcf_proto *tp, unsigned long arg)
302 *fp = f->next; 302 *fp = f->next;
303 tcf_tree_unlock(tp); 303 tcf_tree_unlock(tp);
304 304
305 route4_reset_fastmap(tp->q->dev, head, f->id); 305 route4_reset_fastmap(qdisc_dev(tp->q), head, f->id);
306 route4_delete_filter(tp, f); 306 route4_delete_filter(tp, f);
307 307
308 /* Strip tree */ 308 /* Strip tree */
@@ -500,7 +500,7 @@ reinsert:
500 } 500 }
501 tcf_tree_unlock(tp); 501 tcf_tree_unlock(tp);
502 502
503 route4_reset_fastmap(tp->q->dev, head, f->id); 503 route4_reset_fastmap(qdisc_dev(tp->q), head, f->id);
504 *arg = (unsigned long)f; 504 *arg = (unsigned long)f;
505 return 0; 505 return 0;
506 506