From: Seokmann Ju Date: Tue, 9 Jan 2007 19:37:52 +0000 (-0800) Subject: [SCSI] qla2xxx: correct locking while call starget_for_each_device() X-Git-Tag: v2.6.21-rc1~274^2~230^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=befede3dabd204e9c546cbfbe391b29286c57da2;p=pandora-kernel.git [SCSI] qla2xxx: correct locking while call starget_for_each_device() Removed spin_unlock_irq()/spin_lock_irq() pairs surrounding starget_for_each_device() calls. As Matthew W. pointed out, starget_for_each_device() can be called under a spinlock being held. The change has been tested and verified on qla2xxx.ko module. Thanks Matthew W. and Hisashi H. for help. Signed-off-by: Andrew Vasquez Signed-off-by: Seokmann Ju Signed-off-by: James Bottomley --- Reading git-diff-tree failed