From: dingtianhong Date: Tue, 15 Oct 2013 08:28:42 +0000 (+0800) Subject: bonding: add rtnl lock and remove read lock for bond sysfs X-Git-Tag: v3.13-rc1~105^2~185^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d1ae5fb752b2504cf2c3d79abdfb410a09ad928;p=pandora-kernel.git bonding: add rtnl lock and remove read lock for bond sysfs The bond_for_each_slave() will not be protected by read_lock(), only protected by rtnl_lock(), so need to replace read_lock() with rtnl_lock(). Signed-off-by: Ding Tianhong Signed-off-by: David S. Miller --- Reading git-diff-tree failed