X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/e6416905c4afb34e61276cdc07c44813a3ebc5e7..2804ceee4ce65d49e9d52d0ed817317c0ac9efdc:/lunaix-os/kernel/block/blkio.c diff --git a/lunaix-os/kernel/block/blkio.c b/lunaix-os/kernel/block/blkio.c index bc0178c..7cfc354 100644 --- a/lunaix-os/kernel/block/blkio.c +++ b/lunaix-os/kernel/block/blkio.c @@ -108,6 +108,7 @@ blkio_complete(struct blkio_req* req) 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);