projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e56e38
)
ipv4: Remove extraneous assignment of dst->tclassid.
author
David S. Miller
<davem@davemloft.net>
Fri, 29 Jun 2012 05:17:39 +0000
(22:17 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 29 Jun 2012 05:17:39 +0000
(22:17 -0700)
We already set it several lines above.
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/route.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv4/route.c
b/net/ipv4/route.c
index 919d69e60babb93f0ea43ceda0ddebaa723f439d..6a5afc715558892aed39da7c9c06df61ce3fcb03 100644
(file)
--- 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;