commit | f614d64d4b4dfcd20c77ac3ccf2d9c9090a49303 | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Wed Mar 18 17:39:49 2009 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Wed Mar 18 17:39:49 2009 -0700 |
tree | 2ef9420b1592cde2cdc1bc82fdf1464fdd6f86a8 | |
parent | e037fd7e193ecccbb5c0888e49f6d58c224bc11d [diff] [blame] |
auto import from //branches/cupcake_rel/...@140373
diff --git a/vold/volmgr.c b/vold/volmgr.c index 7c4c077..17c9a49 100644 --- a/vold/volmgr.c +++ b/vold/volmgr.c
@@ -43,7 +43,7 @@ static boolean safe_mode = true; static struct volmgr_fstable_entry fs_table[] = { - { "ext3", ext_identify, ext_check, ext_mount , true }, +// { "ext3", ext_identify, ext_check, ext_mount , true }, { "vfat", vfat_identify, vfat_check, vfat_mount , false }, { NULL, NULL, NULL, NULL , false} };