]> git.karo-electronics.de Git - karo-tx-linux.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)
commitab72002bc53eb8cf06615503878ee71494921fcc
tree2f7e133123efb704b89b97516d4924967df063d6
parenteae627e4ba07cb5765bbfdfec514f6808326a691
[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