Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96740
b: refs/heads/master
c: 0c70814
h: refs/heads/master
v: v3
  • Loading branch information
Mirco Tischler authored and Linus Torvalds committed May 15, 2008
1 parent d35bc2d commit 670ffe1
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: b7cffc1f29c1bc729bc50c863c87f93f9b70994b
refs/heads/master: 0c70814c311581a6c86198db4f982aa683c68fb8
2 changes: 1 addition & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -8986,7 +8986,7 @@ static u64 cpu_shares_read_u64(struct cgroup *cgrp, struct cftype *cft)
#endif

#ifdef CONFIG_RT_GROUP_SCHED
static ssize_t cpu_rt_runtime_write(struct cgroup *cgrp, struct cftype *cft,
static int cpu_rt_runtime_write(struct cgroup *cgrp, struct cftype *cft,
s64 val)
{
return sched_group_set_rt_runtime(cgroup_tg(cgrp), val);
Expand Down

0 comments on commit 670ffe1

Please sign in to comment.