From: Swen Schillig Date: Wed, 17 Nov 2010 13:23:42 +0000 (+0100) Subject: [SCSI] zfcp: No ERP escalation on gpn_ft eval X-Git-Tag: v2.6.37-rc6~15^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3e1088d68735eb7da12f79a0c3c0d951cbc89f1;p=pandora-kernel.git [SCSI] zfcp: No ERP escalation on gpn_ft eval If the evaluation of GPN_FT requests wants to remove an invalid port from the system the zfcp_erp_port_shutdown function is triggered. Depending on the system status a superior action (e.g. adapter reopen) is required. This can lead to an invalid mem access of the port struct which might be freed at the time since the superior action is not holding a reference of the port which triggered this ERP action. Signed-off-by: Swen Schillig Signed-off-by: Christof Schmitt Signed-off-by: James Bottomley --- Reading git-diff-tree failed