]> git.baikalelectronics.ru Git - kernel.git/commit
module: reduce string table for loaded modules (v2)
authorJan Beulich <JBeulich@novell.com>
Mon, 6 Jul 2009 13:51:44 +0000 (14:51 +0100)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 24 Sep 2009 15:02:57 +0000 (00:32 +0930)
commitf53bd6f7da3db26bd8bc4c5ad5db0cb119e9e13a
tree8a03f9799114c8100a3e54d230d9e31703248f7a
parent37276a72a207819057417906f53512516fd6e4af
module: reduce string table for loaded modules (v2)

Also remove all parts of the string table (referenced by the symbol
table) that are not needed for kallsyms use (i.e. which were only
referenced by symbols discarded by the previous patch, or not
referenced at all for whatever reason).

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
include/linux/module.h
kernel/module.c