From: Arnaldo Carvalho de Melo Date: Mon, 19 Mar 2007 22:30:44 +0000 (-0700) Subject: [SK_BUFF]: Introduce skb_reset_mac_header(skb) X-Git-Tag: v2.6.22-rc1~1128^2~359 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=459a98ed881802dee55897441bc7f77af614368e;p=pandora-kernel.git [SK_BUFF]: Introduce skb_reset_mac_header(skb) For the common, open coded 'skb->mac.raw = skb->data' operation, so that we can later turn skb->mac.raw into a offset, reducing the size of struct sk_buff in 64bit land while possibly keeping it as a pointer on 32bit. This one touches just the most simple case, next will handle the slightly more "complex" cases. Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed