Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79293
b: refs/heads/master
c: e037834
h: refs/heads/master
i:
  79291: 0e40748
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Jan 28, 2008
1 parent 7bc886e commit 3ccfa7f
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: c21d4d5dd27329c30c5129d5dbc4942456af361c
refs/heads/master: e037834758af82a24c4d390b93e1ce5e280a551a
2 changes: 1 addition & 1 deletion trunk/net/sched/sch_ingress.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ struct ingress_qdisc_data {
static int ingress_graft(struct Qdisc *sch, unsigned long arg,
struct Qdisc *new, struct Qdisc **old)
{
return 1;
return -EOPNOTSUPP;
}

static struct Qdisc *ingress_leaf(struct Qdisc *sch, unsigned long arg)
Expand Down

0 comments on commit 3ccfa7f

Please sign in to comment.