cgroup: drop const from @buffer of cftype->write_string()
[linux-2.6-block.git] / kernel / cpuset.c
index 8d5324583aa4d52db06aa61466e3e73d79ad37e5..efbf9baf77ec8425c2d5d14a61afc5cf0e28b181 100644 (file)
@@ -1610,7 +1610,7 @@ out_unlock:
  * Common handling for a write to a "cpus" or "mems" file.
  */
 static int cpuset_write_resmask(struct cgroup_subsys_state *css,
-                               struct cftype *cft, const char *buf)
+                               struct cftype *cft, char *buf)
 {
        struct cpuset *cs = css_cs(css);
        struct cpuset *trialcs;