From: Alexander Duyck Date: Fri, 27 Jan 2012 06:22:53 +0000 (+0000) Subject: skbuff: Move rxhash and vlan_tci to consolidate holes in sk_buff X-Git-Tag: v3.4-rc1~177^2~333^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4031ae6edb92f7e0aade76357813211ae0520a5c;p=pandora-kernel.git skbuff: Move rxhash and vlan_tci to consolidate holes in sk_buff This change helps to reduce the overall size of the sk_buff by moving rxhash and vlan_tci so that the u16 values and u8 bitfields can be better combined to create only one hole instead of multiple. Signed-off-by: Alexander Duyck Tested-by: Stephen Ko Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed