Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276781
b: refs/heads/master
c: 3f1e6d3
h: refs/heads/master
i:
  276779: 61f73eb
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Dec 13, 2011
1 parent 25a81ad commit f26854e
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: 72b36015ba43a3cca5303f5534d2c3e1899eae29
refs/heads/master: 3f1e6d3fd37bd4f25e5b19f1c7ca21850426c33f
2 changes: 1 addition & 1 deletion trunk/net/sched/sch_gred.c
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ static inline int gred_change_vq(struct Qdisc *sch, int dp,
struct gred_sched_data *q;

if (table->tab[dp] == NULL) {
table->tab[dp] = kzalloc(sizeof(*q), GFP_KERNEL);
table->tab[dp] = kzalloc(sizeof(*q), GFP_ATOMIC);
if (table->tab[dp] == NULL)
return -ENOMEM;
}
Expand Down

0 comments on commit f26854e

Please sign in to comment.