This commit is contained in:
Naoki Hamada
2014-09-22 10:46:33 +09:00
parent 55aeceb1bf
commit 43e54dcf85
4 changed files with 15 additions and 25 deletions

View File

@@ -449,6 +449,7 @@ end:
dprintf("ret: %d, eof: %d\n", ans, eof);
r->ret = ans;
r->eof = eof;
r->status = 1; /* done */
packet.err = 0;
bufunavail:
ihk_mc_unmap_memory(NULL, pbuf, r->count);