]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commit
[SCSI] qla2xxx: Reset seconds_since_last_heartbeat correctly.
authorLalit Chandivade <lalit.chandivade@qlogic.com>
Fri, 3 Sep 2010 21:57:02 +0000 (14:57 -0700)
committerJames Bottomley <James.Bottomley@suse.de>
Sun, 5 Sep 2010 18:18:28 +0000 (15:18 -0300)
commitefa786cc43a114d0bf2e4b95e856ea6911404d58
treecf2ff9e34fc893b0ddf80573d620c67a08181aa0
parent970ee0c52a41cf27c1b5c346dd9475e9c236f3c5
[SCSI] qla2xxx: Reset seconds_since_last_heartbeat correctly.

The seconds_since_last_heartbeat should be checked for consecutive
heartbeat checks. Currently it could happen that seconds_since_last_heartbeat
gets set to max (2 seconds) for non-consecutive heartbeat checks.

Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/qla2xxx/qla_nx.c