]> git.baikalelectronics.ru Git - kernel.git/commit
IPVS: ip_vs_dbg_callid() is only needed for debugging
authorSimon Horman <horms@verge.net.au>
Wed, 13 Oct 2010 19:22:35 +0000 (21:22 +0200)
committerPatrick McHardy <kaber@trash.net>
Wed, 13 Oct 2010 19:22:35 +0000 (21:22 +0200)
commit561431c04853d14d24bbd95428f8a0be08fa7a54
treea90cac242498c1c0b5f2489a1ff9ff40ea28a8cd
parent7db8c17bdc5dd8a3fddd76275aca3229f2577f92
IPVS: ip_vs_dbg_callid() is only needed for debugging

ip_vs_dbg_callid() and IP_VS_DEBUG_CALLID() are only needed
it CONFIG_IP_VS_DEBUG is defined.

This resolves the following build warning when CONFIG_IP_VS_DEBUG is
not defined.

net/netfilter/ipvs/ip_vs_pe_sip.c:11: warning: 'ip_vs_dbg_callid' defined but not used

Reported-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Patrick McHardy <kaber@trash.net>
net/netfilter/ipvs/ip_vs_pe_sip.c