Skip to content
Snippets Groups Projects
Commit 2868ca0f authored by rsc's avatar rsc
Browse files

comment non-check of cp->killed

parent 8970df0c
No related branches found
No related tags found
No related merge requests found
......@@ -144,6 +144,7 @@ ide_rw(struct buf *b)
ide_start_request(b);
// Wait for request to finish.
// Assuming will not sleep too long: ignore cp->killed.
while((b->flags & (B_VALID|B_DIRTY)) != B_VALID)
sleep(b, &ide_lock);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment