]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit403224f848fa6fc5ba9acbdd489af46671073c10
tree8407d8f3f9a69b275e9008249e678499ce92253d
parentbda5a322ee3fb46edd25ffe537ff1e4b8ff71846
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