Re: [06/11] [TCP]: Put back tcp_timer_bug_msg[] symbol export.

From: Christoph Hellwig
Date: Thu Mar 10 2005 - 18:47:01 EST


> --- a/net/ipv4/tcp_timer.c 2005-03-09 17:20:38 -08:00
> +++ b/net/ipv4/tcp_timer.c 2005-03-09 17:20:38 -08:00
> @@ -38,6 +38,7 @@
>
> #ifdef TCP_DEBUG
> const char tcp_timer_bug_msg[] = KERN_DEBUG "tcpbug: unknown timer value\n";
> +EXPORT_SYMBOL(tcp_timer_bug_msg);
> #endif

not complaining about putting this into -stable, but why do people have
TCP_DEBUG turned on for normal builds?

-
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/