X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/8b102012a035b522000ce7e76e12f9285630e3ff..d118a7af950c6dbc364cf5c7d02cc139e6d3413c:/target/linux/generic/patches-2.6.36/065-rootfs_split.patch diff --git a/target/linux/generic/patches-2.6.36/065-rootfs_split.patch b/target/linux/generic/patches-2.6.36/065-rootfs_split.patch index 3e1120ecd..b97f55c61 100644 --- a/target/linux/generic/patches-2.6.36/065-rootfs_split.patch +++ b/target/linux/generic/patches-2.6.36/065-rootfs_split.patch @@ -190,7 +190,7 @@ /* * This function, given a master MTD object and a partition table, creates * and registers slave MTD objects which are bound to the master according to -@@ -539,7 +685,7 @@ int add_mtd_partitions(struct mtd_info * +@@ -539,7 +687,7 @@ int add_mtd_partitions(struct mtd_info * { struct mtd_part *slave; uint64_t cur_offset = 0; @@ -199,7 +199,7 @@ printk(KERN_NOTICE "Creating %d MTD partitions on \"%s\":\n", nbparts, master->name); -@@ -547,6 +693,21 @@ int add_mtd_partitions(struct mtd_info * +@@ -547,6 +695,21 @@ int add_mtd_partitions(struct mtd_info * slave = add_one_partition(master, parts + i, i, cur_offset); if (!slave) return -ENOMEM; @@ -221,7 +221,7 @@ cur_offset = slave->offset + slave->mtd.size; } -@@ -554,6 +715,32 @@ int add_mtd_partitions(struct mtd_info * +@@ -554,6 +717,32 @@ int add_mtd_partitions(struct mtd_info * } EXPORT_SYMBOL(add_mtd_partitions); @@ -556,7 +556,7 @@ #include #include -@@ -854,6 +855,13 @@ static int mtd_ioctl(struct file *file, +@@ -854,6 +855,13 @@ static int mtd_ioctl(struct file *file, file->f_pos = 0; break; } @@ -621,7 +621,7 @@ #define MEMWRITEOOB64 _IOWR('M', 21, struct mtd_oob_buf64) #define MEMREADOOB64 _IOWR('M', 22, struct mtd_oob_buf64) #define MEMISLOCKED _IOR('M', 23, struct erase_info_user) -+#define MTDREFRESH _IO('M', 23) ++#define MTDREFRESH _IO('M', 50) /* * Obsolete legacy interface. Keep it in order not to break userspace