aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/xfrm4_policy.c
diff options
context:
space:
mode:
authorDavid Miller <davem@davemloft.net>2012-06-30 22:02:59 -0400
committerDavid S. Miller <davem@davemloft.net>2012-07-20 16:31:00 -0400
commitd6c0a4f609847d6e65658913f9ccbcb1c137cff3 (patch)
tree94a4f12618d5ced2a0d83eb75d4564e92a59d7df /net/ipv4/xfrm4_policy.c
parent1a00fee4ffb22312a0ac40045ecd6f222b55eb3d (diff)
ipv4: Kill 'rt_src' from 'struct rtable'
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/xfrm4_policy.c')
-rw-r--r--net/ipv4/xfrm4_policy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/xfrm4_policy.c b/net/ipv4/xfrm4_policy.c
index 2a8d5cfc340..00d49e41511 100644
--- a/net/ipv4/xfrm4_policy.c
+++ b/net/ipv4/xfrm4_policy.c
@@ -92,7 +92,6 @@ static int xfrm4_fill_dst(struct xfrm_dst *xdst, struct net_device *dev,
92 xdst->u.rt.rt_flags = rt->rt_flags & (RTCF_BROADCAST | RTCF_MULTICAST | 92 xdst->u.rt.rt_flags = rt->rt_flags & (RTCF_BROADCAST | RTCF_MULTICAST |
93 RTCF_LOCAL); 93 RTCF_LOCAL);
94 xdst->u.rt.rt_type = rt->rt_type; 94 xdst->u.rt.rt_type = rt->rt_type;
95 xdst->u.rt.rt_src = rt->rt_src;
96 xdst->u.rt.rt_dst = rt->rt_dst; 95 xdst->u.rt.rt_dst = rt->rt_dst;
97 xdst->u.rt.rt_gateway = rt->rt_gateway; 96 xdst->u.rt.rt_gateway = rt->rt_gateway;
98 xdst->u.rt.rt_pmtu = rt->rt_pmtu; 97 xdst->u.rt.rt_pmtu = rt->rt_pmtu;