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.2.9~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79246cb05913bd4262514210136d087c1beb6d3b;p=pandora-kernel.git net: Make qdisc_skb_cb upper size bound explicit. [ Upstream commit 16bda13d90c8d5da243e2cfa1677e62ecce26860 ] 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed