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 60ea16058c42..f5754910e80b 100644 --- a/kernel/cgroup.c +++ b/kernel/cgroup.c | |||
@@ -2143,7 +2143,7 @@ static int cgroup_procs_write(struct cgroup_subsys_state *css, | |||
2143 | } | 2143 | } |
2144 | 2144 | ||
2145 | static int cgroup_release_agent_write(struct cgroup_subsys_state *css, | 2145 | static int cgroup_release_agent_write(struct cgroup_subsys_state *css, |
2146 | struct cftype *cft, const char *buffer) | 2146 | struct cftype *cft, char *buffer) |
2147 | { | 2147 | { |
2148 | struct cgroup_root *root = css->cgroup->root; | 2148 | struct cgroup_root *root = css->cgroup->root; |
2149 | 2149 | ||