projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c3ceb4
)
pkt_sched: Remove comment reference to old style TX locking.
author
David S. Miller
<davem@davemloft.net>
Tue, 8 Jul 2008 23:46:01 +0000
(16:46 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 8 Jul 2008 23:46:01 +0000
(16:46 -0700)
We haven't had netdev->tbusy in many years :)
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_api.c
patch
|
blob
|
history
diff --git
a/net/sched/sch_api.c
b/net/sched/sch_api.c
index e9ebc7af049ee28510bb11596673200142b3966d..69e918bb4278cf6779298d274b0e05522768940a 100644
(file)
--- a/
net/sched/sch_api.c
+++ b/
net/sched/sch_api.c
@@
-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