]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9758a97f2d95a636d86f1f394b604b7df3b93570
treecac273bd08cc73d1923c6458b98f04fd2939bff9
parent1a6cb05b078edf182e8bf28f5fc78ddfe20d510d
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