Skip to content
Snippets Groups Projects
Commit 95edc892 authored by rsc's avatar rsc
Browse files

debugging help

parent 41abfaa9
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,7 @@ bget(uint dev, uint sector)
sleep(buf, &buf_table_lock);
} else {
b->flags |= B_BUSY;
// b->flags &= ~B_VALID; // Force reread from disk
release(&buf_table_lock);
return b;
}
......
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