From: Herbert Xu Date: Wed, 14 Nov 2007 05:33:32 +0000 (-0800) Subject: [IPV6]: Move nfheader_len into rt6_info X-Git-Tag: v2.6.25-rc1~1162^2~1459 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4ce92775c2e7ff9cf79cca4e0a19c8c5fd6287b;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed