Re: [PATCH 3/24] [IPV6]: Move nfheader_len into rt6_info

2007-11-13 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Wed, 07 Nov 2007 22:08:19 +0800 > [IPV6]: Move nfheader_len into rt6_info > > The dst member nfheader_len is only used by IPv6. It's also currently > creating a rather ugly alignment hole in struct dst. Therefore this patch > moves it from there into s

[PATCH 3/24] [IPV6]: Move nfheader_len into rt6_info

2007-11-07 Thread Herbert Xu
[IPV6]: Move nfheader_len into rt6_info The dst member nfheader_len is only used by IPv6. It's also currently creating a rather ugly alignment hole in struct dst. Therefore this patch moves it from there into struct rt6_info. It also reorders the fields in rt6_info to minimize holes. Signed-of