xfrm_user: don't copy esn replay window twice for new states
authorMathias Krause <minipli@googlemail.com>
Wed, 19 Sep 2012 11:33:43 +0000 (11:33 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Oct 2012 20:46:59 +0000 (05:46 +0900)
commit94993e0d5402b2e32b50e55b4ed6c58e038ee416
tree1d6b1ed97883c69861312278925c0ec72a772f86
parent18b7a9e02225044cb90049047d71f0fcd03952c6
xfrm_user: don't copy esn replay window twice for new states

[ Upstream commit e3ac104d41a97b42316915020ba228c505447d21 ]

The ESN replay window was already fully initialized in
xfrm_alloc_replay_state_esn(). No need to copy it again.

Cc: Steffen Klassert <steffen.klassert@secunet.com>
Signed-off-by: Mathias Krause <minipli@googlemail.com>
Acked-by: Steffen Klassert <steffen.klassert@secunet.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/xfrm/xfrm_user.c