tipc: Eliminate obsolete filter for unexpected unicast messages
authorAllan Stephens <allan.stephens@windriver.com>
Tue, 5 Apr 2011 19:15:04 +0000 (15:15 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 1 Sep 2011 15:16:35 +0000 (11:16 -0400)
commited33a9c4e354b08630bcf4cea70596f690487108
treedab46f277d18053d963ce17f8355dd3cea4e8fd2
parent5adeb17c936d2dca155e4c93e2c6ea70419a6033
tipc: Eliminate obsolete filter for unexpected unicast messages

Removes a test that ensures unicast link endpoints discard an incoming
message if it will not be consumed by the node itself and cannot be
forwarded to another node, since the preceding test already ensures that
the message is destined for this node and single-cluster TIPC no longer
performs message forwarding.

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