Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27915
b: refs/heads/master
c: e9482b4
h: refs/heads/master
i:
  27913: db23c0a
  27911: db96e16
v: v3
  • Loading branch information
Joern Engel committed May 30, 2006
1 parent d40e170 commit cf1518c
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 73c619ea0e49c9306afa7ea53c3362fbc56ffd70
refs/heads/master: e9482b4374e2596e6f3f1ab30c4ea469f4ac6311
4 changes: 4 additions & 0 deletions trunk/init/do_mounts.c
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,10 @@ void __init prepare_namespace(void)

if (saved_root_name[0]) {
root_device_name = saved_root_name;
if (!strncmp(root_device_name, "mtd", 3)) {
mount_block_root(root_device_name, root_mountflags);
goto out;
}
ROOT_DEV = name_to_dev_t(root_device_name);
if (strncmp(root_device_name, "/dev/", 5) == 0)
root_device_name += 5;
Expand Down

0 comments on commit cf1518c

Please sign in to comment.