[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)
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>

No differences found