kmodloader: don't store aliases info in struct module
authorYousong Zhou <yszhou4tech@gmail.com>
Thu, 23 Feb 2017 03:04:50 +0000 (11:04 +0800)
committerYousong Zhou <yszhou4tech@gmail.com>
Thu, 23 Feb 2017 03:14:04 +0000 (11:14 +0800)
commit3dc78a47685b74f8a30739b41df365ef90535d54
tree8d6ab777ecdb0b633fb0339e31f1f6cc2c52e78c
parentc553354dd9f0ccd4afa45b14dd7afc87f37e6fa0
kmodloader: don't store aliases info in struct module

This also fixes FS#544 as the possible address alignment issue should
now disappear

function                                             old     new   delta
alloc_module                                         398     245    -153
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-153)           Total: -153 bytes

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
kmodloader.c