cgroup: drop const from @buffer of cftype->write_string()
[linux-2.6-block.git] / kernel / cgroup.c
index 60ea16058c420fd2fa2e0da35b1a460ef75f3dd1..f5754910e80bbd12b55257dfa6658ff0b23a60d4 100644 (file)
@@ -2143,7 +2143,7 @@ static int cgroup_procs_write(struct cgroup_subsys_state *css,
 }
 
 static int cgroup_release_agent_write(struct cgroup_subsys_state *css,
-                                     struct cftype *cft, const char *buffer)
+                                     struct cftype *cft, char *buffer)
 {
        struct cgroup_root *root = css->cgroup->root;