diff options
Diffstat (limited to 'kernel/cgroup.c')
-rw-r--r-- | kernel/cgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cgroup.c b/kernel/cgroup.c index 213b7f92fcdd..cd83d9933b6b 100644 --- a/kernel/cgroup.c +++ b/kernel/cgroup.c | |||
@@ -2314,7 +2314,7 @@ static int cgroup_tasks_show(struct seq_file *s, void *v) | |||
2314 | return seq_printf(s, "%d\n", *(int *)v); | 2314 | return seq_printf(s, "%d\n", *(int *)v); |
2315 | } | 2315 | } |
2316 | 2316 | ||
2317 | static struct seq_operations cgroup_tasks_seq_operations = { | 2317 | static const struct seq_operations cgroup_tasks_seq_operations = { |
2318 | .start = cgroup_tasks_start, | 2318 | .start = cgroup_tasks_start, |
2319 | .stop = cgroup_tasks_stop, | 2319 | .stop = cgroup_tasks_stop, |
2320 | .next = cgroup_tasks_next, | 2320 | .next = cgroup_tasks_next, |