[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090701072844.GG6076@cr0.nay.redhat.com>
Date: Wed, 1 Jul 2009 15:28:44 +0800
From: Amerigo Wang <xiyou.wangcong@...il.com>
To: Jan Beulich <JBeulich@...ell.com>
Cc: sam@...nborg.org, Rusty Russell <rusty@...tcorp.com.au>,
tony.luck@...el.com,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
Paul Mackerras <paulus@...ba.org>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] also discard .*init sections after module
initialization
On Tue, Jun 30, 2009 at 12:57:26PM +0100, Jan Beulich wrote:
>Just like .init, these sections are supposed to be unneeded after init,
>and modpost warns about improper section references anyway. Likewise
>for .*exit which, other than .exit, aren't needed for the module unload
>path.
>
<snip>
>
>+bool is_init_section_name(const char *name)
>+{
According to your description, this function name
looks confusing... at least for me.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists