[TIPC]: Remove code bloat introduced by print buffer rework
authorAllan Stephens <allan.stephens@windriver.com>
Tue, 17 Oct 2006 04:49:03 +0000 (21:49 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 19 Oct 2006 02:55:18 +0000 (19:55 -0700)
commita3df92c73b92970dc4211189b87eb4cf874f5685
treefe4eef9f3c3f67f9832d21e16ed7619a67d1c415
parentcfb0c0890b200364c0886c0d9f0dc615f8114c43
[TIPC]: Remove code bloat introduced by print buffer rework

This patch allows the compiler to optimize out any code that tries to
send debugging output to the null print buffer (TIPC_NULL), a capability
that was unintentionally broken during the recent print buffer rework.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Per Liden <per.liden@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/core.h
net/tipc/link.c