From: Ying Xue Date: Thu, 27 Mar 2014 04:54:34 +0000 (+0800) Subject: tipc: remove active flag from tipc_bearer structure X-Git-Tag: v3.15-rc1~113^2~66^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f47de12b06c95cfc38c1c79986210c7620f264c4;p=pandora-kernel.git tipc: remove active flag from tipc_bearer structure After the allocation of tipc_bearer structure instance is converted from statical way to dynamical way, we identify whether a certain tipc_bearer structure pointer is valid by checking whether the pointer is NULL or not. So the active flag in tipc_bearer structure becomes redundant. Signed-off-by: Ying Xue Reviewed-by: Erik Hugne Reviewed-by: Jon Maloy Signed-off-by: David S. Miller --- Reading git-diff-tree failed