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)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Feb 2012 18:50:34 +0000 (13:50 -0500)
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>

No differences found