Home
last modified time | relevance | path

Searched hist:"840 a185dddfd098b78b96a30da4cad722a7aef18" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/block/aoe/
H A Daoecmd.cdiff 840a185dddfd098b78b96a30da4cad722a7aef18 Thu Oct 28 20:15:29 CDT 2010 Eric Dumazet <eric.dumazet@gmail.com> 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 <eric.dumazet@gmail.com>
Cc: "Ed L. Cashin" <ecashin@coraid.com>
Signed-off-by: David S. Miller <davem@davemloft.net>