]> Pileus Git - ~andy/linux/commit
tipc: remove TIPC packet debugging functions and macros
authorErik Hugne <erik.hugne@ericsson.com>
Fri, 29 Jun 2012 04:50:21 +0000 (00:50 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 13 Jul 2012 23:25:16 +0000 (19:25 -0400)
commit568fc588fce85602e4e2c7573f6f912311306b72
tree38745d71fae6c0aff9105af0c2264e8dab1fe9d9
parent2cf8aa19fe8bec578b707daa383ebff80e3f81a1
tipc: remove TIPC packet debugging functions and macros

The link queue traces and packet level debug functions served
a purpose during early development, but are now redundant
since there are other, more capable tools available for
debugging at the packet level.

The TIPC_DEBUG Kconfig option is removed since it does not
provide any extra debugging features anymore.

This gets rid of a lot of tipc_printf usages, which will
make the pending cleanup work of that function easier.

Signed-off-by: Erik Hugne <erik.hugne@ericsson.com>
Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/Kconfig
net/tipc/core.h
net/tipc/link.c
net/tipc/msg.c