diff options
author | David Miller <davem@davemloft.net> | 2012-07-01 02:03:01 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-20 20:31:18 (GMT) |
commit | b48698895de86e07b685f8e4b8db0f1cd5a97e9a (patch) | |
tree | 5a4a9aa7363077b24289b99fd76da2ed30aae67c /net/ipv4/xfrm4_policy.c | |
parent | d6c0a4f609847d6e65658913f9ccbcb1c137cff3 (diff) | |
download | linux-b48698895de86e07b685f8e4b8db0f1cd5a97e9a.tar.xz |
ipv4: Remove 'rt_mark' 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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/xfrm4_policy.c b/net/ipv4/xfrm4_policy.c index 00d49e4..f73ba82 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); |