From: Christof Schmitt Date: Fri, 17 Apr 2009 13:08:11 +0000 (+0200) Subject: [SCSI] zfcp: Fix abort handler for completions in progress X-Git-Tag: v2.6.30-rc5~53^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6936e7f34383db2f5038dfa2f0c168ebc2920e5;p=pandora-kernel.git [SCSI] zfcp: Fix abort handler for completions in progress When the abort handler cannot find a pending FSF request, the request completion could just be running. This means we cannot return SUCCESS, since this would lead to call to scsi_done after exiting the SCSI error handler which is not allowed. Reviewed-by: Martin Petermann Signed-off-by: Christof Schmitt Signed-off-by: James Bottomley --- Reading git-diff-tree failed