From: Hannes Reinecke Date: Wed, 24 Aug 2011 08:51:19 +0000 (+0200) Subject: [SCSI] scsi_dh_alua: Decrease retry interval X-Git-Tag: v3.2-rc1~125^2~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebd1f645bd4a284022c7d449a63fe48a3fc5a86e;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed