Re: [PATCH] net: ipv4: remove define INET_CSK_DEBUG and unnecessary EXPORT_SYMBOL

From: David Miller
Date: Thu May 10 2018 - 17:44:16 EST


From: Joe Perches <joe@xxxxxxxxxxx>
Date: Wed, 9 May 2018 23:24:07 -0700

> INET_CSK_DEBUG is always set and only is used for 2 pr_debug calls.
>
> EXPORT_SYMBOL(inet_csk_timer_bug_msg) is only used by these 2
> pr_debug calls and is also unnecessary as the exported string can
> be used directly by these calls.
>
> Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>

Applied to net-next.