diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-17 17:57:20 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-17 17:57:20 -0400 |
commit | 393d81aa026e19b6ede6f5f11955c97ee62e5df5 (patch) | |
tree | a1d9511e488e19d41089ff0a736f6ce52a81c6e5 /init/do_mounts.c | |
parent | 93a0886e2368eafb9df5e2021fb185195cee88b2 (diff) | |
parent | 5b664cb235e97afbf34db9c4d77f08ebd725335e (diff) |
Merge branch 'linus' into xen-64bit
Diffstat (limited to 'init/do_mounts.c')
-rw-r--r-- | init/do_mounts.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init/do_mounts.c b/init/do_mounts.c index 660c1e50c91b..a1de1bf3d6b9 100644 --- a/init/do_mounts.c +++ b/init/do_mounts.c | |||
@@ -372,7 +372,8 @@ void __init prepare_namespace(void) | |||
372 | 372 | ||
373 | if (saved_root_name[0]) { | 373 | if (saved_root_name[0]) { |
374 | root_device_name = saved_root_name; | 374 | root_device_name = saved_root_name; |
375 | if (!strncmp(root_device_name, "mtd", 3)) { | 375 | if (!strncmp(root_device_name, "mtd", 3) || |
376 | !strncmp(root_device_name, "ubi", 3)) { | ||
376 | mount_block_root(root_device_name, root_mountflags); | 377 | mount_block_root(root_device_name, root_mountflags); |
377 | goto out; | 378 | goto out; |
378 | } | 379 | } |