Fix the regression introduced in r226859: if the local component is
out of date BIO_READ requests got lost instead of being sent to the remote component. Reviewed by: pjd MFC after: 1 week
This commit is contained in:
parent
73dbcb6451
commit
d2786f0a2c
@ -1255,7 +1255,7 @@ ggate_recv_thread(void *arg)
|
||||
pjdlog_debug(2,
|
||||
"ggate_recv: (%p) Moving request to the send queues.", hio);
|
||||
refcount_init(&hio->hio_countdown, ncomps);
|
||||
for (ii = ncomp; ii < ncomps; ii++)
|
||||
for (ii = ncomp; ii < ncomp + ncomps; ii++)
|
||||
QUEUE_INSERT1(hio, send, ii);
|
||||
}
|
||||
/* NOTREACHED */
|
||||
|
Loading…
x
Reference in New Issue
Block a user