From: Eric Dumazet Date: Fri, 29 Oct 2010 01:15:29 +0000 (+0000) Subject: aoe: remove dev_base_lock use from aoecmd_cfg_pkts() X-Git-Tag: v2.6.38-rc1~476^2~625 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=840a185dddfd098b78b96a30da4cad722a7aef18;p=pandora-kernel.git aoe: remove dev_base_lock use from aoecmd_cfg_pkts() dev_base_lock is the legacy way to lock the device list, and is planned to disappear. (writers hold RTNL, readers hold RCU lock) Convert aoecmd_cfg_pkts() to RCU locking. Signed-off-by: Eric Dumazet Cc: "Ed L. Cashin" Signed-off-by: David S. Miller --- Reading git-diff-tree failed