From: Tejun Heo Date: Fri, 9 Aug 2013 00:11:22 +0000 (-0400) Subject: cpuset: drop "const" qualifiers from struct cpuset instances X-Git-Tag: v3.12-rc1~173^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9710d8018273b0740e0794858f1961fcea5e61a;p=pandora-kernel.git cpuset: drop "const" qualifiers from struct cpuset instances cpuset uses "const" qualifiers on struct cpuset in some functions; however, it doesn't work well when a value derived from returned const pointer has to be passed to an accessor. It's C after all. Drop the "const" qualifiers except for the trivially leaf ones. This patch doesn't make any functional changes. Signed-off-by: Tejun Heo Acked-by: Li Zefan --- Reading git-diff-tree failed