Re: [2.6 patch] unexport panic_timeout

From: Andrew Morton
Date: Sat Apr 23 2005 - 19:01:04 EST


Adrian Bunk <bunk@xxxxxxxxx> wrote:
>
> I didn't find any possible modular usage in the kernel.
>

panic_timeout has many in-kernel users and it is used from within a module
in 2.4.30.

Hence it is easily possible that some out-of-tree code is dependent upon
this export, hence I shan't be applying this patch.

>
> --- linux-2.6.11-rc5-mm1-full/kernel/panic.c.old 2005-03-04 00:54:46.000000000 +0100
> +++ linux-2.6.11-rc5-mm1-full/kernel/panic.c 2005-03-04 00:54:54.000000000 +0100
> @@ -24,8 +24,6 @@
> int panic_on_oops;
> int tainted;
>
> -EXPORT_SYMBOL(panic_timeout);
> -
> struct notifier_block *panic_notifier_list;
>
> EXPORT_SYMBOL(panic_notifier_list);
-
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/