Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79292
b: refs/heads/master
c: c21d4d5
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Jan 28, 2008
1 parent 0e40748 commit 7bc886e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: cb53c048912976d1d81b8f3475463788f462eebd
refs/heads/master: c21d4d5dd27329c30c5129d5dbc4942456af361c
4 changes: 0 additions & 4 deletions trunk/net/sched/sch_ingress.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ static int nf_registered;
#endif

struct ingress_qdisc_data {
struct Qdisc *q;
struct tcf_proto *filter_list;
};

Expand Down Expand Up @@ -178,8 +177,6 @@ static struct nf_hook_ops ing_ops[] __read_mostly = {

static int ingress_init(struct Qdisc *sch, struct rtattr *opt)
{
struct ingress_qdisc_data *p = qdisc_priv(sch);

/* Make sure either netfilter or preferably CLS_ACT is
* compiled in */
#ifndef CONFIG_NET_CLS_ACT
Expand All @@ -202,7 +199,6 @@ static int ingress_init(struct Qdisc *sch, struct rtattr *opt)
}
#endif
#endif
p->q = &noop_qdisc;
return 0;
}

Expand Down

0 comments on commit 7bc886e

Please sign in to comment.