Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145557
b: refs/heads/master
c: 52ea3a5
h: refs/heads/master
i:
  145555: 6e70b9c
v: v3
  • Loading branch information
Minoru Usui authored and David S. Miller committed Jun 9, 2009
1 parent 019d6bb commit 52e2d8f
Show file tree
Hide file tree
Showing 2 changed files with 4 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: fdd7b4c3302c93f6833e338903ea77245eb510b4
refs/heads/master: 52ea3a56a3268bc2a5a7c75e98c81463004e38ef
3 changes: 3 additions & 0 deletions trunk/net/sched/cls_cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ static int cls_cgroup_change(struct tcf_proto *tp, unsigned long base,
struct tcf_exts e;
int err;

if (!tca[TCA_OPTIONS])
return -EINVAL;

if (head == NULL) {
if (!handle)
return -EINVAL;
Expand Down

0 comments on commit 52e2d8f

Please sign in to comment.