From: Ying Xue Date: Thu, 8 May 2014 00:54:40 +0000 (+0800) Subject: tipc: don't directly overwrite node action_flags X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~261^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca9cf06a0654fcf4b114a5a2d08723fc45d00317;p=pandora-kernel.git tipc: don't directly overwrite node action_flags Each node action flag should be set or cleared separately, instead we now set the whole flags variable in one shot, and it's turned out to be hard to see which other flags are affected. Therefore, for instance, we explicitly clear TIPC_WAIT_OWN_LINKS_DOWN bit in node_lost_contact(). Signed-off-by: Ying Xue Reviewed-by: Jon Maloy Signed-off-by: David S. Miller --- Reading git-diff-tree failed