diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-18 17:39:49 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-18 17:39:49 -0700 |
commit | f614d64d4b4dfcd20c77ac3ccf2d9c9090a49303 (patch) | |
tree | 2ef9420b1592cde2cdc1bc82fdf1464fdd6f86a8 /vold/volmgr.c | |
parent | e037fd7e193ecccbb5c0888e49f6d58c224bc11d (diff) | |
download | system_core-f614d64d4b4dfcd20c77ac3ccf2d9c9090a49303.zip system_core-f614d64d4b4dfcd20c77ac3ccf2d9c9090a49303.tar.gz system_core-f614d64d4b4dfcd20c77ac3ccf2d9c9090a49303.tar.bz2 |
auto import from //branches/cupcake_rel/...@140373
Diffstat (limited to 'vold/volmgr.c')
-rw-r--r-- | vold/volmgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 volume_t *vol_root = NULL; 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} }; |