Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312022
b: refs/heads/master
c: 7ac2908
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and David S. Miller committed Jul 12, 2012
1 parent 7f06b95 commit 7eee2d5
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: c1f5163de417dab01fa9daaf09a74bbb19303f3c
refs/heads/master: 7ac2908e4b2edaec60e9090ddb4d9ceb76c05e7d
2 changes: 2 additions & 0 deletions trunk/net/sched/sch_sfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,8 @@ static int sfb_dump(struct Qdisc *sch, struct sk_buff *skb)

sch->qstats.backlog = q->qdisc->qstats.backlog;
opts = nla_nest_start(skb, TCA_OPTIONS);
if (opts == NULL)
goto nla_put_failure;
if (nla_put(skb, TCA_SFB_PARMS, sizeof(opt), &opt))
goto nla_put_failure;
return nla_nest_end(skb, opts);
Expand Down

0 comments on commit 7eee2d5

Please sign in to comment.