[IPV6]: Move nfheader_len into rt6_info
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 14 Nov 2007 05:33:32 +0000 (21:33 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:53:37 +0000 (14:53 -0800)
commitb4ce92775c2e7ff9cf79cca4e0a19c8c5fd6287b
treec057ff62b03582493b74005f7959a0207e748468
parent550ade8432a2a6fbfb48ba7018750b0e8c81e8d0
[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-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/dst.h
include/net/ip6_fib.h
net/ipv4/xfrm4_policy.c
net/ipv6/ip6_output.c
net/ipv6/xfrm6_policy.c