From: Tejun Heo Date: Wed, 19 Mar 2014 14:23:54 +0000 (-0400) Subject: cgroup: drop const from @buffer of cftype->write_string() X-Git-Tag: v3.15-rc1~109^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d3bb511b5f9980fc3e9ae5939ebc475b231d3fc;p=pandora-kernel.git cgroup: drop const from @buffer of cftype->write_string() cftype->write_string() just passes on the writeable buffer from kernfs and there's no reason to add const restriction on the buffer. The only thing const achieves is unnecessarily complicating parsing of the buffer. Drop const from @buffer. Signed-off-by: Tejun Heo Acked-by: Li Zefan Cc: Peter Zijlstra Cc: Paul Mackerras Cc: Ingo Molnar Cc: Arnaldo Carvalho de Melo Cc: Daniel Borkmann Cc: Michal Hocko Cc: Johannes Weiner Cc: Balbir Singh Cc: KAMEZAWA Hiroyuki --- Reading git-diff-tree failed