From: Moger, Babu Date: Thu, 27 Oct 2011 18:36:32 +0000 (-0400) Subject: [SCSI] scsi_dh_alua: Fix the time inteval for alua rtpg commands X-Git-Tag: v3.2-rc1~44^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab72002bc53eb8cf06615503878ee71494921fcc;p=pandora-kernel.git [SCSI] scsi_dh_alua: Fix the time inteval for alua rtpg commands This patch corrects the retry interval for alua rtpg command. Purpose was to retry the commands in seconds. But that was not happening. Reason is msleep takes argument in milliseconds. Also added minor text after successful attach. Signed-off-by: Babu Moger Acked-by: Hannes Reinecke Signed-off-by: James Bottomley --- Reading git-diff-tree failed