req->completed(req);
}
+ // FIXME Not working in first process! Need a dummy process.
// Wake all blocked processes on completion,
// albeit should be no more than one process in everycase (by design)
pwake_all(&req->wait);
}
req->io_ctx->busy--;
-
- blkio_schedule(req->io_ctx);
}
\ No newline at end of file