From: Eric Dumazet Date: Fri, 29 Oct 2010 01:52:46 +0000 (+0000) Subject: bonding: remove dev_base_lock use X-Git-Tag: v2.6.38-rc1~476^2~624 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4a7b93bd5d84e1e79917d024d17d745d190fc9a;p=pandora-kernel.git bonding: remove dev_base_lock use bond_info_seq_start() uses a read_lock(&dev_base_lock) to make sure device doesn’t disappear. Same goal can be achieved using RCU. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed