From: Thomas Graf Date: Tue, 5 Jul 2005 21:13:41 +0000 (-0700) Subject: [NET]: Reduce size of sk_buff by 4 bytes X-Git-Tag: v2.6.13-rc2~6^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cbb3380ef683f742876f48e3739b3df4ea9e168;p=pandora-kernel.git [NET]: Reduce size of sk_buff by 4 bytes Reduce local_df to a bit field and ip_summed to a 2 bits field thus saving 13 bits. Move bit fields, packet type, and protocol into the spare area between the priority and the destructor. Saves 4 bytes on both, 32bit and 64bit architectures. Signed-off-by: Thomas Graf Signed-off-by: David S. Miller --- Reading git-diff-tree failed