From: Christof Schmitt Date: Thu, 20 Dec 2007 11:30:24 +0000 (+0100) Subject: [SCSI] zfcp: Hold queue lock when checking port/unit handle for abort command X-Git-Tag: v2.6.25-rc1~1230^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=951f746fece2e24a26853b3872d16e9013b6fe0b;p=pandora-kernel.git [SCSI] zfcp: Hold queue lock when checking port/unit handle for abort command We need to hold the queue-lock when checking whether we still have a valid unit/port handle for the abort command, i.e whether we can issue this request for this unit/port. If the error recovery is about to close this unit/port, then it competes for the queue-lock. If the close request issued by the error recovery wins, then it is guaranteed that this unit/port has been blocked for other requests. Signed-off-by: Christof Schmitt Signed-off-by: Martin Peschke Signed-off-by: James Bottomley --- Reading git-diff-tree failed