Skip to content
Snippets Groups Projects
Commit 32eea766 authored by rsc's avatar rsc
Browse files

panic like bget

parent 3f98d050
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ iget(uint dev, uint inum)
}
if(nip == 0)
panic("out of inodes");
panic("iget: no inodes");
nip->dev = dev;
nip->inum = inum;
......
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