SVN-Revision: 8081
@ -252,8 +252,8 @@ Index: linux/drivers/mtd/mtdpart.c
+ goto out;
+ }
+
+ part->name = (unsigned char *)&part[1];
+ memcpy(part, old, sizeof(*part));
+ strcpy(part->name, ROOTFS_SPLIT_NAME);
+ len = (u32) sb->bytes_used;
@ -253,8 +253,8 @@ Index: linux/drivers/mtd/mtdpart.c