Re: [RFC: 2.6 patch] kernel/sys.c: remove unused exports

From: Andrew Morton
Date: Thu Jun 29 2006 - 15:44:32 EST


On Thu, 29 Jun 2006 12:36:08 -0700
Andrew Morton <akpm@xxxxxxxx> wrote:

> On Thu, 29 Jun 2006 21:19:40 +0200
> Adrian Bunk <bunk@xxxxxxxxx> wrote:
>
> > This patch removes the following unused exports:
> > - EXPORT_SYMBOL:
> > - in_egroup_p
> > - EXPORT_SYMBOL_GPL's:
> > - kernel_restart
> > - kernel_halt
>
> Switch 'em to EXPORT_UNUSED_SYMBOL and I'll stop dropping your patches ;)
>

If doing this, I'd suggest it be done thusly:

EXPORT_UNUSED_SYMBOL(in_egroup_p); /* June 2006 */

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