From: Steffen Klassert Date: Mon, 28 Mar 2011 19:45:52 +0000 (+0000) Subject: xfrm: Move the test on replay window size into the replay check functions X-Git-Tag: v2.6.39-rc1~9^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36ae0148dbb6b9e15d8f067bb7523fd2b765a6af;p=pandora-kernel.git xfrm: Move the test on replay window size into the replay check functions As it is, the replay check is just performed if the replay window of the legacy implementation is nonzero. So we move the test on a nonzero replay window inside the replay check functions to be sure we are testing for the right implementation. Signed-off-by: Steffen Klassert Acked-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed