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:33:44 +0000 (16:33 -0800)
commitc3e8445f6ec4ad66c5143d6df8528f7440429b91
tree072851c9d86bddca227dd320421129e44702dbbb
parentbbb8ae42eb210ba2bdff67450f3737e10cb042f3
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