Re: [PATCH 2/24] [IPSEC]: Use dst->header_len when resizing on output

2007-11-13 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Wed, 07 Nov 2007 22:08:18 +0800 > [IPSEC]: Use dst->header_len when resizing on output > > Currently we use x->props.header_len when resizing on output. However, > if we're resizing at all we might as well go the whole hog and do it > for the whole dst.

[PATCH 2/24] [IPSEC]: Use dst->header_len when resizing on output

2007-11-07 Thread Herbert Xu
[IPSEC]: Use dst->header_len when resizing on output Currently we use x->props.header_len when resizing on output. However, if we're resizing at all we might as well go the whole hog and do it for the whole dst. Signed-off-by: Herbert Xu <[EMAIL PROTECTED]> --- net/xfrm/xfrm_output.c |3 ++