]> git.baikalelectronics.ru Git - kernel.git/commit
constify tables in kernel/sysctl_check.c
authorJan Beulich <jbeulich@novell.com>
Fri, 8 Feb 2008 12:19:57 +0000 (04:19 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 8 Feb 2008 17:22:31 +0000 (09:22 -0800)
commit70acffe8ab11394df7b0ab679edbd6ee9923376e
tree76648de1b28409def2453fbc92d67f35133a32f3
parent0601081879af00e2f8e3c021b624704c84848b25
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 <jbeulich@novell.com>
Acked-by: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Dave Jones <davej@codemonkey.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/sysctl_check.c