tipc: Convert fatal broadcast sanity check to non-fatal check
authorAllan Stephens <allan.stephens@windriver.com>
Mon, 23 May 2011 17:14:18 +0000 (13:14 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 24 Jun 2011 20:18:15 +0000 (16:18 -0400)
commit5e726900380cfff50436ca6c5e08b35b3357d82a
treecac273bd08cc73d1923c6458b98f04fd2939bff9
parent21e842579a5fd1ce746be4e34ac53ef67d6f0a6b
tipc: Convert fatal broadcast sanity check to non-fatal check

Modifies the existing broadcast link sanity check that detects an
attempt to send a message off-node when there are no available
destinations so that it no longer causes a kernel panic; instead,
the check now issues a warning and stack trace and then returns
without sending the message anywhere.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/bcast.c