|
@@ -368,7 +368,7 @@ static DECLARE_TRANSPORT_CLASS(fc_rport_class,
|
|
|
* should insulate the loss of a remote port.
|
|
|
* The maximum will be capped by the value of SCSI_DEVICE_BLOCK_MAX_TIMEOUT.
|
|
|
*/
|
|
|
-static unsigned int fc_dev_loss_tmo = SCSI_DEVICE_BLOCK_MAX_TIMEOUT;
|
|
|
+static unsigned int fc_dev_loss_tmo = 60; /* seconds */
|
|
|
|
|
|
module_param_named(dev_loss_tmo, fc_dev_loss_tmo, int, S_IRUGO|S_IWUSR);
|
|
|
MODULE_PARM_DESC(dev_loss_tmo,
|