refactor: more compact log message
[lunaix-os.git] / lunaix-os / kernel / block / blkio.c
index bc0178c1be562c014fbee93b19979f94e7219c5c..7cfc354b8d1ddb2ea26174c8d435039d1ab9f645 100644 (file)
@@ -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);