From: Eric Dumazet Date: Fri, 29 Oct 2010 13:19:27 +0000 (+0200) Subject: staging: get rid of dev_base_lock X-Git-Tag: v2.6.38-rc1~423^2~392 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8892384803af7082056fe29faef02fd0c762493e;p=pandora-kernel.git staging: get rid of dev_base_lock dev_base_lock was the legacy rwlock used to protect netdevice list, and is expected to vanish. We now use RTNL and RCU locking. Signed-off-by: Eric Dumazet Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed