tipc: Fix recursive spinlock invocation in print buffer code
authorAllan Stephens <allan.stephens@windriver.com>
Mon, 5 May 2008 08:21:12 +0000 (01:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 May 2008 08:21:12 +0000 (01:21 -0700)
commit93758c3da19e99f5377cc1413c27320882b18f4b
treec39c0b8cc681e8588f10ec4bb14596811d293c4d
parentfb98ec71c7f81b6db9b793aeb9d53823b6960d8b
tipc: Fix recursive spinlock invocation in print buffer code

This patch fixes two routines that allow the global print buffer
spinlock to be taken recursively.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/dbg.c