From: Joe Eykholt Date: Tue, 20 Jul 2010 22:19:47 +0000 (-0700) Subject: [SCSI] libfcoe: convert FIP to lock with mutex instead of spin lock X-Git-Tag: v2.6.36-rc1~570^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdb068c6cd6e30d43664f856d3530715a5742713;p=pandora-kernel.git [SCSI] libfcoe: convert FIP to lock with mutex instead of spin lock It turns out most of the FIP work is now done from worker threads or process context now, so there's no need to use a spin lock. Change to use mutex instead of spin lock and delayed_work instead of a timer. This will make it nicer for the VN_port to VN_port feature that will interact more with the libfc layers requiring that spinlocks not be held. Signed-off-by: Joe Eykholt Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed