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

2018-05-10 Thread David Miller
From: Joe Perches 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. >

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

2018-05-09 Thread Joe Perches
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 --- include/net/inet_connection_sock.h