]> Git Repo - linux.git/commit
aoe: remove dev_base_lock use from aoecmd_cfg_pkts()
authorEric Dumazet <[email protected]>
Fri, 29 Oct 2010 01:15:29 +0000 (01:15 +0000)
committerDavid S. Miller <[email protected]>
Mon, 8 Nov 2010 21:50:07 +0000 (13:50 -0800)
commit840a185dddfd098b78b96a30da4cad722a7aef18
tree25ad5551e354762f765c57ee0e0993c129a60582
parent1d5439b9a29b1386d44a617cbaf2f7acde1d697c
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 <[email protected]>
Cc: "Ed L. Cashin" <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/block/aoe/aoecmd.c
This page took 0.05159 seconds and 4 git commands to generate.