From: Christof Schmitt Date: Mon, 13 Jul 2009 13:06:11 +0000 (+0200) Subject: [SCSI] zfcp: Add port only once to FC transport class X-Git-Tag: v2.6.31-rc6~69^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=379d6bf6573ee6541a38bbe9140c1f0b94e3feae;p=pandora-kernel.git [SCSI] zfcp: Add port only once to FC transport class When calling fc_remote_port_add make sure to not call it again before fc_remote_port_delete has been called. In other words, ensure to create a new fc_rport, then delete it, then create a new one again. Reviewed-by: Swen Schillig Signed-off-by: Christof Schmitt Signed-off-by: James Bottomley --- Reading git-diff-tree failed