commit | d3b753db7c4f1f37a98b51974d484fda5d86dab5 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Jul 15 20:14:35 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 17 19:21:18 2008 -0700 |
tree | 6596288854d9626f935ddf9c014471a4c38b5c74 | |
parent | b4c21639ab0f6df07ab7624a8c2f974936708ae5 [diff] |
pkt_sched: Move gso_skb into Qdisc. 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>