From: Ying Xue Date: Fri, 16 Nov 2012 05:51:29 +0000 (+0800) Subject: tipc: remove supportable flag from bclink structure X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~242^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=818f4da526656a100c637b098be06316fd4624e4;p=pandora-kernel.git 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 Signed-off-by: Jon Maloy Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed