OSDN Git Service

[SCSI] fcoe: use rtnl mutex in place of hostlist lock
authorChris Leech <christopher.leech@intel.com>
Tue, 25 Aug 2009 21:00:28 +0000 (14:00 -0700)
committerJames Bottomley <James.Bottomley@suse.de>
Thu, 10 Sep 2009 17:07:38 +0000 (12:07 -0500)
commit090eb6c41aa74273d3f0721637cff738cfd80669
tree5789214aa7d85e67901b619bee48429db1009aae
parent2e70e2415193b84c1b79ec373af15c3f280ad7c4
[SCSI] fcoe: use rtnl mutex in place of hostlist lock

This just cuts down on the number of locks we're dealing with, and
eliminates the need to take another lock in the netdev notifier.

Signed-off-by: Chris Leech <christopher.leech@intel.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/fcoe/fcoe.c