aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/route.c')
-rw-r--r--net/ipv4/route.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c
index ffb2c5705432..e59b4dcf6778 100644
--- a/net/ipv4/route.c
+++ b/net/ipv4/route.c
@@ -1386,7 +1386,6 @@ void ip_rt_redirect(__be32 old_gw, __be32 daddr, __be32 new_gw,
1386 1386
1387 /* Copy all the information. */ 1387 /* Copy all the information. */
1388 *rt = *rth; 1388 *rt = *rth;
1389 INIT_RCU_HEAD(&rt->u.dst.rcu_head);
1390 rt->u.dst.__use = 1; 1389 rt->u.dst.__use = 1;
1391 atomic_set(&rt->u.dst.__refcnt, 1); 1390 atomic_set(&rt->u.dst.__refcnt, 1);
1392 rt->u.dst.child = NULL; 1391 rt->u.dst.child = NULL;