net: Make qdisc_skb_cb upper size bound explicit.
authorDavid S. Miller <davem@davemloft.net>
Mon, 6 Feb 2012 20:14:37 +0000 (15:14 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Mar 2012 00:31:02 +0000 (16:31 -0800)
commit79246cb05913bd4262514210136d087c1beb6d3b
tree6551d37969fbebd9637d7c48805e4d2728d87876
parent763fe579c154a7bcff5f40788b3b32ada3a1f8db
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 <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/net/sch_generic.h
net/sched/sch_choke.c
net/sched/sch_netem.c
net/sched/sch_sfb.c