ipv4: fix ipsec forward performance regression
authorYan, Zheng <zheng.z.yan@intel.com>
Sat, 22 Oct 2011 21:58:20 +0000 (21:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Oct 2011 07:01:22 +0000 (03:01 -0400)
commitb73233960a59ee66e09d642f13d0592b13651e94
tree4d745d685e6192e7a1be14a89cd9caa9f435d8a8
parenta7d5b76d9a7e434e32a5b2815db45489617dcba6
ipv4: fix ipsec forward performance regression

There is bug in commit 5e2b61f(ipv4: Remove flowi from struct rtable).
It makes xfrm4_fill_dst() modify wrong data structure.

Signed-off-by: Zheng Yan <zheng.z.yan@intel.com>
Reported-by: Kim Phillips <kim.phillips@freescale.com>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/xfrm4_policy.c