From: Arun Easi Date: Thu, 9 Feb 2012 19:15:58 +0000 (-0800) Subject: [SCSI] qla2xxx: Handle device mapping changes due to device logout. X-Git-Tag: v3.4-rc1~145^2~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eba25df2190f191cb92879b225a0e484c3e5b51;p=pandora-kernel.git [SCSI] qla2xxx: Handle device mapping changes due to device logout. A device logout sent in the delete path of a fcport would clear the port handle binding inside the firmware. This could lead to queued work items for the fcport, if any, getting incorrect results. This patch fixes the issue by checking for device name changes after a call to get port database. Signed-off-by: Arun Easi Signed-off-by: Chad Dupuis Signed-off-by: James Bottomley --- Reading git-diff-tree failed