From: Martin Petermann Date: Tue, 4 Nov 2008 15:35:11 +0000 (+0100) Subject: [SCSI] zfcp: fix erp timeout cleanup for port open requests X-Git-Tag: v2.6.28-rc5~9^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ea633ffad0bcb0b3e0deee81997d07f292e7f44;p=pandora-kernel.git [SCSI] zfcp: fix erp timeout cleanup for port open requests If an open port fsf request times out (in erp) the corresponding erp_action member of the fsf request need to set to NULL. If the port structure will be removed later-on there will be still a reference in the fsf request to the non existing erp_action otherwise. Signed-off-by: Martin Petermann Signed-off-by: Christof Schmitt Signed-off-by: James Bottomley --- Reading git-diff-tree failed