aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/xfrm4_policy.c
diff options
context:
space:
mode:
authorDavid Miller <davem@davemloft.net>2012-07-01 02:03:01 +0000
committerDavid S. Miller <davem@davemloft.net>2012-07-20 13:31:18 -0700
commitb48698895de86e07b685f8e4b8db0f1cd5a97e9a (patch)
tree5a4a9aa7363077b24289b99fd76da2ed30aae67c /net/ipv4/xfrm4_policy.c
parentipv4: Kill 'rt_src' from 'struct rtable' (diff)
downloadlinux-dev-b48698895de86e07b685f8e4b8db0f1cd5a97e9a.tar.xz
linux-dev-b48698895de86e07b685f8e4b8db0f1cd5a97e9a.zip
ipv4: Remove 'rt_mark' from 'struct rtable'
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-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 00d49e415113..f73ba8210bd3 100644
--- a/net/ipv4/xfrm4_policy.c
+++ b/net/ipv4/xfrm4_policy.c
@@ -82,7 +82,6 @@ static int xfrm4_fill_dst(struct xfrm_dst *xdst, struct net_device *dev,
xdst->u.rt.rt_route_iif = fl4->flowi4_iif;
xdst->u.rt.rt_iif = fl4->flowi4_iif;
xdst->u.rt.rt_oif = fl4->flowi4_oif;
- xdst->u.rt.rt_mark = fl4->flowi4_mark;
xdst->u.dst.dev = dev;
dev_hold(dev);