From: Brian King Date: Mon, 8 Jun 2009 21:19:04 +0000 (-0500) Subject: [SCSI] ibmvscsi: Send adapter info before login X-Git-Tag: v2.6.31-rc1~365^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3507e13fcba6b97501891a410ec8ef9f1f188620;p=pandora-kernel.git [SCSI] ibmvscsi: Send adapter info before login The ibmvscsi driver currently sends the SRP Login before sending the Adapter Info MAD, which can result in commands getting sent to the virtual adapter before we are ready for them. This results in a slight window where the target devices may not behave as expected. Change the order and close the window. Signed-off-by: Brian King Signed-off-by: James Bottomley --- Reading git-diff-tree failed