Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(280)

Unified Diff: init/do_mounts.c

Issue 2020011: CHROMIUM: add boot-to-device mapper support. (Closed) Base URL: ssh://git@gitrw.chromium.org//kernel.git
Patch Set: fix the onyl Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « init/do_mounts.h ('k') | init/do_mounts_dm.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: init/do_mounts.c
diff --git a/init/do_mounts.c b/init/do_mounts.c
index f3a6ef4bc2a74797d848d15bfa3fb0da9ccf2007..3ee24e2343de4f1bf1c28fd1f486700df3168b6d 100644
--- a/init/do_mounts.c
+++ b/init/do_mounts.c
@@ -385,6 +385,7 @@ void __init prepare_namespace(void)
async_synchronize_full();
md_run_setup();
+ dm_run_setup();
if (saved_root_name[0]) {
root_device_name = saved_root_name;
« no previous file with comments | « init/do_mounts.h ('k') | init/do_mounts_dm.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698