From: David S. Miller Date: Mon, 6 Feb 2012 20:14:37 +0000 (-0500) Subject: net: Make qdisc_skb_cb upper size bound explicit. X-Git-Tag: v3.3-rc4~34^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16bda13d90c8d5da243e2cfa1677e62ecce26860;p=pandora-kernel.git net: Make qdisc_skb_cb upper size bound explicit. Just like skb->cb[], so that qdisc_skb_cb can be encapsulated inside of other data structures. This is intended to be used by IPoIB so that it can remember addressing information stored at hard_header_ops->create() time that it can fetch when the packet gets to the transmit routine. Signed-off-by: David S. Miller --- Reading git-diff-tree failed