Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116054
b: refs/heads/master
c: 9f3ffae
h: refs/heads/master
v: v3
  • Loading branch information
Jarek Poplawski authored and David S. Miller committed Oct 20, 2008
1 parent 61a7e9d commit 5340fe6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 944f750227fa0beb2b440709687415621e2533a4
refs/heads/master: 9f3ffae0dbce491a3e9871b686342fd5aa854f05
2 changes: 2 additions & 0 deletions trunk/net/sched/sch_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ struct Qdisc_ops noop_qdisc_ops __read_mostly = {

static struct netdev_queue noop_netdev_queue = {
.qdisc = &noop_qdisc,
.qdisc_sleeping = &noop_qdisc,
};

struct Qdisc noop_qdisc = {
Expand All @@ -352,6 +353,7 @@ static struct Qdisc_ops noqueue_qdisc_ops __read_mostly = {
static struct Qdisc noqueue_qdisc;
static struct netdev_queue noqueue_netdev_queue = {
.qdisc = &noqueue_qdisc,
.qdisc_sleeping = &noqueue_qdisc,
};

static struct Qdisc noqueue_qdisc = {
Expand Down

0 comments on commit 5340fe6

Please sign in to comment.