git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d66d6c3
)
net: sched: simplify attach_one_default_qdisc()
author
Phil Sutter
<phil@nwl.cc>
Thu, 27 Aug 2015 19:21:39 +0000
(21:21 +0200)
committer
David S. Miller
<davem@davemloft.net>
Fri, 28 Aug 2015 00:14:30 +0000
(17:14 -0700)
Now that noqueue qdisc can be attached just like any other qdisc, no
special treatment is necessary anymore when attaching it as default
qdisc.
This change has the added benefit that 'tc qdisc show' prints noqueue
instead of nothing for devices defaulting to noqueue.
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_generic.c
patch
|
blob
|
history
diff --cc
net/sched/sch_generic.c
Simple merge