Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150208
b: refs/heads/master
c: cb1c4b7
h: refs/heads/master
v: v3
  • Loading branch information
Li Zefan authored and David S. Miller committed May 17, 2009
1 parent ea865d3 commit dce5f26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 3a6d54c56326c29c5357655779cfe6cf36481b17
refs/heads/master: cb1c4b71f6da18fa98bab4af055f391d01bee8ba
6 changes: 0 additions & 6 deletions trunk/net/sched/cls_cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,7 @@ static u64 read_classid(struct cgroup *cgrp, struct cftype *cft)

static int write_classid(struct cgroup *cgrp, struct cftype *cft, u64 value)
{
if (!cgroup_lock_live_group(cgrp))
return -ENODEV;

cgrp_cls_state(cgrp)->classid = (u32) value;

cgroup_unlock();

return 0;
}

Expand Down

0 comments on commit dce5f26

Please sign in to comment.