From: Ying Xue Date: Mon, 21 Apr 2014 02:55:44 +0000 (+0800) Subject: tipc: use RTNL lock to protect tipc_net_stop routine X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~348^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f97e455abf0d83b7d69da295163db18e3ebb4d8b;p=pandora-kernel.git tipc: use RTNL lock to protect tipc_net_stop routine As the tipc network initialization(ie, tipc_net_start routine) is under RTNL protection, its corresponding deinitialization part(ie, tipc_net_stop routine) should be protected by RTNL too. Signed-off-by: Ying Xue Reviewed-by: Jon Maloy Reviewed-by: Erik Hugne Tested-by: Erik Hugne Signed-off-by: David S. Miller --- Reading git-diff-tree failed