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)
commit554bdfe5acf3715e87c8d5e25a4f9a896ac9f014
tree8a03f9799114c8100a3e54d230d9e31703248f7a
parent4a4962263f07d14660849ec134ee42b63e95ea9a
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