From: David S. Miller <davem@davemloft.net>
Date: Fri, 29 Jun 2012 05:17:39 +0000 (-0700)
Subject: ipv4: Remove extraneous assignment of dst->tclassid.
X-Git-Tag: firefly_0821_release~3680^2~2381^2~346
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3085a4b7d33eb3111244173d1383256e94d249a5;p=firefly-linux-kernel-4.4.55.git

ipv4: Remove extraneous assignment of dst->tclassid.

We already set it several lines above.

Signed-off-by: David S. Miller <davem@davemloft.net>
---

diff --git a/net/ipv4/route.c b/net/ipv4/route.c
index 919d69e60bab..6a5afc715558 100644
--- a/net/ipv4/route.c
+++ b/net/ipv4/route.c
@@ -2327,9 +2327,6 @@ local_input:
 	rth->rt_key_tos	= tos;
 	rth->rt_dst	= daddr;
 	rth->rt_src	= saddr;
-#ifdef CONFIG_IP_ROUTE_CLASSID
-	rth->dst.tclassid = itag;
-#endif
 	rth->rt_route_iif = dev->ifindex;
 	rth->rt_iif	= dev->ifindex;
 	rth->rt_oif	= 0;