edited nandroid.c to include rfs in fs lists

Change-Id: I403331df04d6a4cf75fd898af42dec7aab5a1b59
This commit is contained in:
Donovan Bartish 2011-09-29 15:37:19 -05:00
parent 95fb821c19
commit a87bb5f57b

View File

@ -387,7 +387,7 @@ int nandroid_restore_partition_extended(const char* backup_path, const char* mou
char* name = basename(mount_point);
nandroid_restore_handler restore_handler = NULL;
const char *filesystems[] = { "yaffs2", "ext2", "ext3", "ext4", "vfat", NULL };
const char *filesystems[] = { "yaffs2", "ext2", "ext3", "ext4", "vfat", "rfs", NULL };
const char* backup_filesystem = NULL;
Volume *vol = volume_for_path(mount_point);
const char *device = NULL;