Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209221
b: refs/heads/master
c: 3e9e5a5
h: refs/heads/master
i:
  209219: 169f20b
v: v3
  • Loading branch information
Jarek Poplawski authored and David S. Miller committed Aug 11, 2010
1 parent c676a0c commit 2ecc602
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: 41065fba846e795b31b17e4dec01cb904d56c6cd
refs/heads/master: 3e9e5a5921f4b7dc098a01d01e5972bebb36491e
2 changes: 1 addition & 1 deletion trunk/net/sched/sch_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ int register_qdisc(struct Qdisc_ops *qops)
if (qops->cl_ops) {
const struct Qdisc_class_ops *cops = qops->cl_ops;

if (!(cops->get && cops->put))
if (!(cops->get && cops->put && cops->walk && cops->leaf))
goto out_einval;

if (cops->tcf_chain && !(cops->bind_tcf && cops->unbind_tcf))
Expand Down

0 comments on commit 2ecc602

Please sign in to comment.