]> Pileus Git - ~andy/linux/commit
tipc: remove supportable flag from bclink structure
authorYing Xue <ying.xue@windriver.com>
Fri, 16 Nov 2012 05:51:29 +0000 (13:51 +0800)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 22 Nov 2012 12:50:50 +0000 (07:50 -0500)
commit818f4da526656a100c637b098be06316fd4624e4
tree0b94923bf039d6f2972d9177bc713b3456511bae
parent3c294cb374bf7ad6f5c2763f994d75935fb7814d
tipc: remove supportable flag from bclink structure

The "supportable" flag in bclink structure is a compatibility flag
indicating whether a peer node is capable of receiving TIPC broadcast
messages. However, all TIPC versions since tipc-1.5, and after the
inclusion in the upstream Linux kernel in 2006, support this capability.
It is highly unlikely that anybody is still using such an old
version of TIPC, let alone that they want to mix it with TIPC-2.0
nodes. Therefore, we now remove the "supportable" flag.

Signed-off-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/link.c
net/tipc/node.c
net/tipc/node.h