Manfred has done that already and found the difference for uncompressed
kernel image to be around 670 bytes in typical compile.
> You can use this though:
>
> #define request_modulef(fmt...) ((void) 0)
or, even better
#define request_modulef(fmt...) ({ -EINVAL; })
Oh, well, looks like another instance of the patch is in order:
http://www.ocston.org/~tigran/patches/kmod-2.3.40-p1-macro.patch
Hopefully, this is the last one...
Apologies if my idea of enhancing request_module() caused your mailboxes
to exceed the disk quota.
Tigran.
PS. To summarize:
http://www.ocston.org/~tigran/patches/kmod-2.3.40-p1-inline.patch
(with static inline but now we know it is useless)
http://www.ocston.org/~tigran/patches/kmod-2.3.40-p1-func.patch
(with real function call but wastes 670 bytes of vmlinux)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/