Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181389
b: refs/heads/master
c: bb2d52b
h: refs/heads/master
i:
  181387: 09a9890
v: v3
  • Loading branch information
Andrew Vasquez authored and James Bottomley committed Feb 19, 2010
1 parent 017009f commit af3cba5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 715848ca6fffeb6362a50887d9c26245bd5dfba9
refs/heads/master: bb2d52b2fd8b19355957e34271f79917f69e4059
7 changes: 6 additions & 1 deletion trunk/drivers/scsi/qla2xxx/qla_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -2910,8 +2910,13 @@ qla2x00_find_all_fabric_devs(scsi_qla_host_t *vha,
if (qla2x00_is_reserved_id(vha, loop_id))
continue;

if (atomic_read(&vha->loop_down_timer) || LOOP_TRANSITION(vha))
if (atomic_read(&vha->loop_down_timer) ||
LOOP_TRANSITION(vha)) {
atomic_set(&vha->loop_down_timer, 0);
set_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags);
set_bit(LOCAL_LOOP_UPDATE, &vha->dpc_flags);
break;
}

if (swl != NULL) {
if (last_dev) {
Expand Down

0 comments on commit af3cba5

Please sign in to comment.