From: Herbert Xu Date: Tue, 9 Oct 2007 00:25:53 +0000 (-0700) Subject: [IPSEC]: Move output replay code into xfrm_output X-Git-Tag: v2.6.24-rc1~1454^2~135 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=436a0a402203d5a47d2edf7e4dde6c08a7257983;p=pandora-kernel.git [IPSEC]: Move output replay code into xfrm_output The replay counter is one of only two remaining things in the output code that requires a lock on the xfrm state (the other being the crypto). This patch moves it into the generic xfrm_output so we can remove the lock from the transforms themselves. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed