Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290111
b: refs/heads/master
c: 2132cf6
h: refs/heads/master
i:
  290109: df5a71c
  290107: 99ab979
  290103: 4d1cd81
  290095: ff191b2
  290079: 5d7b575
  290047: 25ab84a
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Feb 13, 2012
1 parent 64ab046 commit 99ef40d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 19c6c8f58b5840fd4757233b4849f42687d2ef3a
refs/heads/master: 2132cf64371a20f5c427da42f9f9e7e99bc5fb88
2 changes: 1 addition & 1 deletion trunk/net/sched/sch_plug.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ static int plug_change(struct Qdisc *sch, struct nlattr *opt)
return 0;
}

struct Qdisc_ops plug_qdisc_ops = {
static struct Qdisc_ops plug_qdisc_ops __read_mostly = {
.id = "plug",
.priv_size = sizeof(struct plug_sched_data),
.enqueue = plug_enqueue,
Expand Down

0 comments on commit 99ef40d

Please sign in to comment.