[SCSI] ibmvfc: prep for fc host dev loss tmo support
authorMike Christie <michaelc@cs.wisc.edu>
Wed, 15 Sep 2010 21:52:29 +0000 (16:52 -0500)
committerJames Bottomley <James.Bottomley@suse.de>
Thu, 7 Oct 2010 22:09:36 +0000 (17:09 -0500)
commita5110f2983bdf931d9819f88505775b16de8b99e
tree056d52c122406c7bdfde818514d50faefcbe52a8
parent485868208ee833628d49f81b4609001749d92d56
[SCSI] ibmvfc: prep for fc host dev loss tmo support

This removes the driver's get_host_def_dev_loss_tmo
callback and just has the driver set the dev loss
using the fc class fc_host_dev_loss_tmo macro like is
done for other fc params.

This patch also removes the module dev loss param.
To override the value the fc host sysfs value being
added in the fc class patch can be used instead of the driver
module param.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Acked-by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/ibmvscsi/ibmvfc.c