constify string/array kparam tracking structures
authorJan Beulich <jbeulich@novell.com>
Wed, 17 Oct 2007 06:29:34 +0000 (23:29 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 17 Oct 2007 15:42:56 +0000 (08:42 -0700)
commit22e48eaf587d044ba311a73c6fe0d0deaa8fdb63
tree8407d8f3f9a69b275e9008249e678499ce92253d
parentd5aa0daf6d9f327a9c13bc3a203bfac2b8707e2f
constify string/array kparam tracking structures

.. in an effort to make read-only whatever can be made, so that
CONFIG_DEBUG_RODATA can catch as many issues as possible.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/moduleparam.h
kernel/params.c