Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286330
b: refs/heads/master
c: f1f2e60
h: refs/heads/master
v: v3
  • Loading branch information
Nilesh Javali authored and James Bottomley committed Jan 10, 2012
1 parent 2874bee commit eff7cb5
Show file tree
Hide file tree
Showing 2 changed files with 4 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: c28eaaca7acea214937fb9b3ae45e001d49947bf
refs/heads/master: f1f2e60e1a2320d0ce11102b72b15d5dedb29fe2
3 changes: 3 additions & 0 deletions trunk/drivers/scsi/qla4xxx/ql4_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -4242,6 +4242,9 @@ void qla4xxx_build_ddb_list(struct scsi_qla_host *ha, int is_reset)

wtime = jiffies + (HZ * tmo);
do {
if (list_empty(&list_st))
break;

qla4xxx_remove_failed_ddb(ha, &list_st);
schedule_timeout_uninterruptible(HZ / 10);
} while (time_after(wtime, jiffies));
Expand Down

0 comments on commit eff7cb5

Please sign in to comment.