RE: [PATCH] make dev_loss_tmo checks uniform across drivers

2013-06-05 Thread Shergill, Gurinder
-Original Message- From: linux-scsi-ow...@vger.kernel.org [mailto:linux-scsi- ow...@vger.kernel.org] On Behalf Of Bart Van Assche Sent: Monday, June 03, 2013 11:54 PM To: Shergill, Gurinder Cc: linux-scsi@vger.kernel.org Subject: Re: [PATCH] make dev_loss_tmo checks uniform across

Re: [PATCH] make dev_loss_tmo checks uniform across drivers

2013-06-04 Thread Bart Van Assche
On 06/03/13 20:25, gurinder.sherg...@hp.com wrote: The dev_loss_tmo parameter controls how long the FC transport layer insulates a loss of a remote port. It is defined to be between 1 and SCSI_DEVICE_BLOCK_MAX_TIMEOUT (600). Different drivers do slightly different checks when passed this

[PATCH] make dev_loss_tmo checks uniform across drivers

2013-06-03 Thread gurinder . shergill
The dev_loss_tmo parameter controls how long the FC transport layer insulates a loss of a remote port. It is defined to be between 1 and SCSI_DEVICE_BLOCK_MAX_TIMEOUT (600). Different drivers do slightly different checks when passed this parameter. This patch makes the dev_loss_tmo setting uniform