Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64196
b: refs/heads/master
c: 37cd0a0
h: refs/heads/master
v: v3
  • Loading branch information
Klaus D. Wacker authored and Martin Schwidefsky committed Aug 22, 2007
1 parent c69f037 commit 8fb275e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f276730f8da0e8136d8491b6ef44fc719d450a1b
refs/heads/master: 37cd0a007f88f1d6269035bdb02b50f536cca8de
3 changes: 2 additions & 1 deletion trunk/drivers/s390/cio/qdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,8 @@ qdio_get_outbound_buffer_frontier(struct qdio_q *q)
first_not_to_check=f+qdio_min(atomic_read(&q->number_of_buffers_used),
(QDIO_MAX_BUFFERS_PER_Q-1));

if ((!q->is_iqdio_q)&&(!q->hydra_gives_outbound_pcis))
if (((!q->is_iqdio_q) && (!q->hydra_gives_outbound_pcis)) ||
(q->queue_type == QDIO_IQDIO_QFMT_ASYNCH))
SYNC_MEMORY;

check_next:
Expand Down

0 comments on commit 8fb275e

Please sign in to comment.