]> git.karo-electronics.de Git - karo-tx-linux.git/commit
qla2xxx: Set an rport's dev_loss_tmo value in a consistent manner.
authorAndrew Vasquez <andrew.vasquez@qlogic.com>
Thu, 14 Aug 2008 16:39:35 +0000 (09:39 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 20 Aug 2008 18:05:13 +0000 (11:05 -0700)
commitac2ef12020817c8e8edb7b4fe57f053c62cc833e
tree6465d75e4d409dad4181da2fab1a602a9a91f8ab
parent34b8cfcf1a9e12bbc1ede3165171fe7107594ba5
qla2xxx: Set an rport's dev_loss_tmo value in a consistent manner.

[ Upstream commit 85821c906cf3563a00a3d98fa380a2581a7a5ff1 ]

As there's no point in adding a fixed-fudge value (originally 5
seconds), honor the user settings only.  We also remove the
driver's dead-callback get_rport_dev_loss_tmo function
(qla2x00_get_rport_loss_tmo()).

Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/scsi/qla2xxx/qla_attr.c
drivers/scsi/qla2xxx/qla_os.c