]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] scsi_dh_alua: Fix the time inteval for alua rtpg commands
authorMoger, Babu <Babu.Moger@netapp.com>
Thu, 27 Oct 2011 18:36:32 +0000 (14:36 -0400)
committerJames Bottomley <JBottomley@Parallels.com>
Thu, 3 Nov 2011 07:18:10 +0000 (11:18 +0400)
commit985643333fbf9a19b403330fcda4ee292992d83f
tree2f7e133123efb704b89b97516d4924967df063d6
parent6bcae46b4b5892f2bd633eaacddd46bd87e45560
[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 <babu.moger@netapp.com>
Acked-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/device_handler/scsi_dh_alua.c