tipc: fix excessive network event logging
authorErik Hugne <erik.hugne@ericsson.com>
Thu, 22 Jan 2015 16:10:31 +0000 (17:10 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Jan 2015 00:58:08 +0000 (16:58 -0800)
If a large number of namespaces is spawned on a node and TIPC is
enabled in each of these, the excessive printk tracing of network
events will cause the system to grind down to a near halt.
The traces are still of debug value, so instead of removing them
completely we fix it by changing the link state and node availability
logging debug traces.

Signed-off-by: Erik Hugne <erik.hugne@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/link.c
net/tipc/node.c

diff --cc net/tipc/link.c
Simple merge
diff --cc net/tipc/node.c
Simple merge