diff options
| -rw-r--r-- | init/do_mounts.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/init/do_mounts.c b/init/do_mounts.c index adb7cad3e6ee..f4b7b9d278cd 100644 --- a/init/do_mounts.c +++ b/init/do_mounts.c | |||
| @@ -310,6 +310,11 @@ retry: | |||
| 310 | 310 | ||
| 311 | panic("VFS: Unable to mount root fs on %s", b); | 311 | panic("VFS: Unable to mount root fs on %s", b); |
| 312 | } | 312 | } |
| 313 | |||
| 314 | printk("No filesystem could mount root, tried: "); | ||
| 315 | for (p = fs_names; *p; p += strlen(p)+1) | ||
| 316 | printk(" %s", p); | ||
| 317 | printk("\n"); | ||
| 313 | panic("VFS: Unable to mount root fs on %s", __bdevname(ROOT_DEV, b)); | 318 | panic("VFS: Unable to mount root fs on %s", __bdevname(ROOT_DEV, b)); |
| 314 | out: | 319 | out: |
| 315 | putname(fs_names); | 320 | putname(fs_names); |
