Merge "Update fs_mgr_mount_all function" am: 1d58bcf6d4

am: 554d8679e7

Change-Id: Id6a99695c437c37b60e8e03eff9ff60eb91707a0
gugelfrei
Wei Wang 8 years ago committed by android-build-merger
commit 02a52f1f10

@ -300,7 +300,7 @@ int CommandListener::StorageCmd::runCommand(SocketClient *cli,
cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: mountall", false);
return 0;
}
fs_mgr_mount_all(fstab);
fs_mgr_mount_all(fstab, MOUNT_MODE_DEFAULT);
cli->sendMsg(ResponseCode::CommandOkay, "Mountall ran successfully", false);
return 0;
}

Loading…
Cancel
Save