]> 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)
commite45923e74e036e7a59d210d714b1824243069021
treecac273bd08cc73d1923c6458b98f04fd2939bff9
parenta334e159b829c035eb05f01516350fa9d1ba4a22
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