Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93940
b: refs/heads/master
c: 550bf57
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Vasquez authored and James Bottomley committed Apr 27, 2008
1 parent 477c7d4 commit df6a155
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c5722708c236b51286651b8c07855f764239453b
refs/heads/master: 550bf57dfb2200721baa43cfd9a8c75c2c166870
4 changes: 4 additions & 0 deletions trunk/drivers/scsi/qla2xxx/qla_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -2599,6 +2599,10 @@ qla2x00_timer(scsi_qla_host_t *ha)
start_dpc++;
}

/* Process any deferred work. */
if (!list_empty(&ha->work_list))
start_dpc++;

/* Schedule the DPC routine if needed */
if ((test_bit(ISP_ABORT_NEEDED, &ha->dpc_flags) ||
test_bit(LOOP_RESYNC_NEEDED, &ha->dpc_flags) ||
Expand Down

0 comments on commit df6a155

Please sign in to comment.