Skip to content

Commit

Permalink
pkt_sched: Remove comment reference to old style TX locking.
Browse files Browse the repository at this point in the history
We haven't had netdev->tbusy in many years :)

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Jul 8, 2008
1 parent 7c3ceb4 commit e65d22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/sched/sch_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ static int tclass_notify(struct sk_buff *oskb, struct nlmsghdr *n,
---requeue
requeues once dequeued packet. It is used for non-standard or
just buggy devices, which can defer output even if dev->tbusy=0.
just buggy devices, which can defer output even if netif_queue_stopped()=0.
---reset
Expand Down

0 comments on commit e65d22e

Please sign in to comment.