]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] scsi_dh_alua: Decrease retry interval
authorHannes Reinecke <hare@suse.de>
Wed, 24 Aug 2011 08:51:19 +0000 (10:51 +0200)
committerJames Bottomley <JBottomley@Parallels.com>
Tue, 30 Aug 2011 19:33:06 +0000 (12:33 -0700)
commit9775593f9bbe85c47921cb2e8a42bd20b565ac91
tree8864088ac31540e775b11f7c44cf69c570c8ab1c
parentcbc9b570868f2562ac236c9fdf46015c8eb08239
[SCSI] scsi_dh_alua: Decrease retry interval

The alua device handler starts the first retry after 10 seconds,
and increases it times 10 for each round.
This leads to an unnecessary delay. This patch modifies it to
start after one second, and increase by a factor of two.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/device_handler/scsi_dh_alua.c