summaryrefslogtreecommitdiffstats
path: root/net/ipv4/xfrm4_policy.c
diff options
context:
space:
mode:
authorDavid Miller <davem@davemloft.net>2012-07-01 02:02:59 +0000
committerDavid S. Miller <davem@davemloft.net>2012-07-20 13:31:00 -0700
commitd6c0a4f609847d6e65658913f9ccbcb1c137cff3 (patch)
tree94a4f12618d5ced2a0d83eb75d4564e92a59d7df /net/ipv4/xfrm4_policy.c
parent1a00fee4ffb22312a0ac40045ecd6f222b55eb3d (diff)
downloadop-kernel-dev-d6c0a4f609847d6e65658913f9ccbcb1c137cff3.zip
op-kernel-dev-d6c0a4f609847d6e65658913f9ccbcb1c137cff3.tar.gz
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 2a8d5cf..00d49e4 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,
xdst->u.rt.rt_flags = rt->rt_flags & (RTCF_BROADCAST | RTCF_MULTICAST |
RTCF_LOCAL);
xdst->u.rt.rt_type = rt->rt_type;
- xdst->u.rt.rt_src = rt->rt_src;
xdst->u.rt.rt_dst = rt->rt_dst;
xdst->u.rt.rt_gateway = rt->rt_gateway;
xdst->u.rt.rt_pmtu = rt->rt_pmtu;
OpenPOWER on IntegriCloud