From: Michael Reed Date: Mon, 31 Jul 2006 17:19:50 +0000 (-0500) Subject: [SCSI] mptfc: correct out of order event processing X-Git-Tag: v2.6.18-rc5~57^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a0c56d801df6785b30e36c19e89d7e971c151da;p=pandora-kernel.git [SCSI] mptfc: correct out of order event processing This patch corrects a problem in mptfc which can result in targets being removed after executing an "lsiutil 99" reset of the fibre channel ports. The last rescan event was being processed before the setup reset work due to an inappropriate optimization in the event processing logic. Every rescan event is now queued for execution and the setup reset work now executes in the proper sequence. Signed-off-by: Michael Reed Acked-by: Moore, Eric Signed-off-by: James Bottomley --- Reading git-diff-tree failed