fix rootfs split partition renaming (fix by Eric L. Chen)
[openwrt/staging/mkresin.git] / target / linux / generic-2.6 / patches / 060-rootfs_split.patch
index fe323c7d33518d8a2ff864aa7e834e33821987c3..262d3142d675d87e925ec3c9dd755fb78d5dc34b 100644 (file)
@@ -253,8 +253,8 @@ Index: linux/drivers/mtd/mtdpart.c
 +              goto out;
 +      }
 +
-+      part->name = (unsigned char *)&part[1];
 +      memcpy(part, old, sizeof(*part));
++      part->name = (unsigned char *)&part[1];
 +      strcpy(part->name, ROOTFS_SPLIT_NAME);
 +
 +      len = (u32) sb->bytes_used;