From: Peter Zijlstra Signed-off-by: Peter Zijlstra Signed-off-by: Andrew Morton --- kernel/sched.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN kernel/sched.c~cgroup-api-files-rename-read-write_uint-methods-to-read_write_u64-fix kernel/sched.c --- a/kernel/sched.c~cgroup-api-files-rename-read-write_uint-methods-to-read_write_u64-fix +++ a/kernel/sched.c @@ -8325,8 +8325,8 @@ static struct cftype cpu_files[] = { }, { .name = "rt_period_us", - .read_uint = cpu_rt_period_read_uint, - .write_uint = cpu_rt_period_write_uint, + .read_u64 = cpu_rt_period_read_uint, + .write_u64 = cpu_rt_period_write_uint, }, #endif }; _