|
@@ -8986,7 +8986,7 @@ static u64 cpu_shares_read_u64(struct cgroup *cgrp, struct cftype *cft)
|
|
#endif
|
|
#endif
|
|
|
|
|
|
#ifdef CONFIG_RT_GROUP_SCHED
|
|
#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)
|
|
s64 val)
|
|
{
|
|
{
|
|
return sched_group_set_rt_runtime(cgroup_tg(cgrp), val);
|
|
return sched_group_set_rt_runtime(cgroup_tg(cgrp), val);
|