Re: [PATCH 5/7] [IPSEC]: Move output replay code into xfrm_output

2007-10-08 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Mon, 08 Oct 2007 19:29:42 +0800 > [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 i

[PATCH 5/7] [IPSEC]: Move output replay code into xfrm_output

2007-10-08 Thread Herbert Xu
[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 themselve