From: Swen Schillig Date: Mon, 13 Jul 2009 13:06:13 +0000 (+0200) Subject: [SCSI] zfcp: Fix wka port processing X-Git-Tag: v2.6.31-rc6~69^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27f492ccec94b6acd8440c83bfe0515ce4db0af0;p=pandora-kernel.git [SCSI] zfcp: Fix wka port processing Under certain conditions it is possible that a WKA port ist not opened within the expected timeframe of half a second. In this situation the WKA port remains in the state OPENING preventing any succeding request to open the port. This led to unrecoverable remote ports. Fixing this by always setting an appropriate WKA port status before leaving the function and removing the timeout value here since it's not needed here because the general timeout processing would deal with it if required. Signed-off-by: Swen Schillig Signed-off-by: Christof Schmitt Signed-off-by: James Bottomley --- Reading git-diff-tree failed