Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26723
b: refs/heads/master
c: be6e028
h: refs/heads/master
i:
  26721: 40d68c7
  26719: e89d53b
v: v3
  • Loading branch information
Andy Whitcroft authored and Linus Torvalds committed May 15, 2006
1 parent 9f5ca5a commit b03c689
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3835a9bd07778d87dea37fbf190f70883515e8fc
refs/heads/master: be6e028b6422878df2e799a74609a03a553c7dad
5 changes: 5 additions & 0 deletions trunk/init/do_mounts.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,11 @@ void __init mount_block_root(char *name, int flags)

panic("VFS: Unable to mount root fs on %s", b);
}

printk("No filesystem could mount root, tried: ");
for (p = fs_names; *p; p += strlen(p)+1)
printk(" %s", p);
printk("\n");
panic("VFS: Unable to mount root fs on %s", __bdevname(ROOT_DEV, b));
out:
putname(fs_names);
Expand Down

0 comments on commit b03c689

Please sign in to comment.