tipc: Finish streamlining of debugging code
authorAllan Stephens <Allan.Stephens@windriver.com>
Fri, 31 Dec 2010 18:59:28 +0000 (18:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 1 Jan 2011 21:57:54 +0000 (13:57 -0800)
commit6e7e309c62ab584348e0fef90c8e3e48f634dba1
treefeb74fd531cc6244e706bb6ee76403590cb1cdc4
parent8d64a5ba58157dedc61f3f1f51e1c5d66f32a484
tipc: Finish streamlining of debugging code

Completes the simplification of TIPC's debugging capabilities. By default
TIPC includes no debugging code, and any debugging code added by developers
that calls the dbg() and dbg_macros() is compiled out. If debugging support
is enabled, TIPC prints out some additional data about its internal state
when certain abnormal conditions occur, and any developer-added calls to the
TIPC debug macros are compiled in.

Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/Kconfig
net/tipc/core.h
net/tipc/log.c
net/tipc/msg.c