pkt_sched: Move gso_skb into Qdisc.
authorDavid S. Miller <davem@davemloft.net>
Wed, 16 Jul 2008 03:14:35 +0000 (20:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Jul 2008 02:21:18 +0000 (19:21 -0700)
We liberate any dangling gso_skb during qdisc destruction.

It really only matters for the root qdisc.  But when qdiscs
can be shared by multiple netdev_queue objects, we can't
have the gso_skb in the netdev_queue any more.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found