]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] qla2xxx: Correct inadvertent loop state transitions during port-update handling.
authorAndrew Vasquez <andrew.vasquez@qlogic.com>
Tue, 16 Aug 2011 18:29:28 +0000 (11:29 -0700)
committerJames Bottomley <JBottomley@Parallels.com>
Sat, 27 Aug 2011 14:21:26 +0000 (08:21 -0600)
commit443dd70c38d5435893a5ec73f6724a6a6ea119f3
tree7770c93c73b1e6d513d53d53fc141f014a828ba7
parentf93668ef99193d13023a4f31e58610820d5eef96
[SCSI] qla2xxx: Correct inadvertent loop state transitions during port-update handling.

Transitioning to a LOOP_UPDATE loop-state could cause the driver
to miss normal link/target processing.  LOOP_UPDATE is a crufty
artifact leftover from at time the driver performed it's own
internal command-queuing.  Safely remove this state.

Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/qla2xxx/qla_init.c
drivers/scsi/qla2xxx/qla_isr.c