Re: [PATCH 4/7] [IPSEC]: Move xfrm_state_check into xfrm_output.c

2007-10-08 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Mon, 08 Oct 2007 19:29:41 +0800 > [IPSEC]: Move xfrm_state_check into xfrm_output.c > > The functions xfrm_state_check and xfrm_state_check_space are only used by > the output code in xfrm_output.c so we can move them over. > > Signed-off-by: Herbert Xu

[PATCH 4/7] [IPSEC]: Move xfrm_state_check into xfrm_output.c

2007-10-08 Thread Herbert Xu
[IPSEC]: Move xfrm_state_check into xfrm_output.c The functions xfrm_state_check and xfrm_state_check_space are only used by the output code in xfrm_output.c so we can move them over. Signed-off-by: Herbert Xu <[EMAIL PROTECTED]> --- include/net/xfrm.h |1 - net/xfrm/xfrm_output.c | 2