diff options
Diffstat (limited to 'net/sched/sch_teql.c')
-rw-r--r-- | net/sched/sch_teql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/sch_teql.c b/net/sched/sch_teql.c index ed1336e15920..45326599fda3 100644 --- a/net/sched/sch_teql.c +++ b/net/sched/sch_teql.c | |||
@@ -277,7 +277,7 @@ static inline int teql_resolve(struct sk_buff *skb, | |||
277 | return 0; | 277 | return 0; |
278 | 278 | ||
279 | rcu_read_lock(); | 279 | rcu_read_lock(); |
280 | mn = dst_get_neighbour(dst); | 280 | mn = dst_get_neighbour_noref(dst); |
281 | res = mn ? __teql_resolve(skb, skb_res, dev, txq, mn) : 0; | 281 | res = mn ? __teql_resolve(skb, skb_res, dev, txq, mn) : 0; |
282 | rcu_read_unlock(); | 282 | rcu_read_unlock(); |
283 | 283 | ||