From: Christof Schmitt Date: Wed, 13 Jan 2010 16:52:36 +0000 (+0100) Subject: [SCSI] zfcp: Issue zfcp_fc_wka_port_put after FC CT BSG request X-Git-Tag: v2.6.33-rc6~14^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f09d5454576b9aabd4ce454937cd86263428090b;p=pandora-kernel.git [SCSI] zfcp: Issue zfcp_fc_wka_port_put after FC CT BSG request The patch "zfcp: Simplify handling of ct and els requests" accidentally removed the call to zfcp_fc_wka_port_put for FC CT BSG requests, thus not issuing a "close" request for the WKA ports. Introduce a CT specific handler to first call zfcp_fc_wka_port_put and then continue with the generic handler when returning from FC CT BSG requests. Reviewed-by: Swen Schillig Signed-off-by: Christof Schmitt Signed-off-by: James Bottomley --- Reading git-diff-tree failed