Re: Cosmetic JFFS patch.

Keith Owens (kaos@ocs.com.au)
Fri, 29 Jun 2001 12:30:24 +1000


On Thu, 28 Jun 2001 18:14:15 +0100 (BST),
Alan Cox <alan@lxorguk.ukuu.org.uk> wrote:
>Q: Would it be worth making the module author/version strings survive in
>a non modular build but stuffed into their own section so you can pull them
>out with some magic that we'd include in 'REPORTING-BUGS'

Bloats the running kernel. Startup messages should be issued by __init
code and the messages should be __initdata. There is no point in
holding onto those strings after boot.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/