From: Jan Beulich Date: Fri, 8 Feb 2008 12:19:57 +0000 (-0800) Subject: constify tables in kernel/sysctl_check.c X-Git-Tag: v2.6.25-rc1~181 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b21985c91ffb3062bfbd3f2bfbeceb5333afaac;p=pandora-kernel.git constify tables in kernel/sysctl_check.c Remains the question whether it is intended that many, perhaps even large, tables are compiled in without ever having a chance to get used, i.e. whether there shouldn't #ifdef CONFIG_xxx get added. [akpm@linux-foundation.org: fix cut-n-paste error] Signed-off-by: Jan Beulich Acked-by: "Eric W. Biederman" Cc: Dave Jones Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed