From b74489d910ba0c22c30fc3db6d9f1c316c7333a8 Mon Sep 17 00:00:00 2001 From: acoul Date: Tue, 5 Oct 2010 08:50:54 +0000 Subject: linux/generic: refresh 2.6.36 kernel patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23237 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../generic/patches-2.6.36/222-partial_eraseblock_write.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'target/linux/generic/patches-2.6.36/222-partial_eraseblock_write.patch') diff --git a/target/linux/generic/patches-2.6.36/222-partial_eraseblock_write.patch b/target/linux/generic/patches-2.6.36/222-partial_eraseblock_write.patch index 59cc19723..f4031b66b 100644 --- a/target/linux/generic/patches-2.6.36/222-partial_eraseblock_write.patch +++ b/target/linux/generic/patches-2.6.36/222-partial_eraseblock_write.patch @@ -1,6 +1,6 @@ --- a/drivers/mtd/mtdpart.c +++ b/drivers/mtd/mtdpart.c -@@ -21,6 +21,8 @@ +@@ -32,6 +32,8 @@ #include #include @@ -9,7 +9,7 @@ /* Our partition linked list */ static LIST_HEAD(mtd_partitions); -@@ -226,13 +228,60 @@ static int part_erase(struct mtd_info *m +@@ -237,13 +239,60 @@ static int part_erase(struct mtd_info *m return -EROFS; if (instr->addr >= mtd->size) return -EINVAL; @@ -70,7 +70,7 @@ return ret; } -@@ -240,7 +289,25 @@ void mtd_erase_callback(struct erase_inf +@@ -251,7 +300,25 @@ void mtd_erase_callback(struct erase_inf { if (instr->mtd->erase == part_erase) { struct mtd_part *part = PART(instr->mtd); @@ -96,7 +96,7 @@ if (instr->fail_addr != MTD_FAIL_ADDR_UNKNOWN) instr->fail_addr -= part->offset; instr->addr -= part->offset; -@@ -473,18 +540,24 @@ static struct mtd_part *add_one_partitio +@@ -494,18 +561,24 @@ static struct mtd_part *add_one_partitio if ((slave->mtd.flags & MTD_WRITEABLE) && mtd_mod_by_eb(slave->offset, &slave->mtd)) { /* Doesn't start on a boundary of major erase size */ @@ -133,7 +133,7 @@ if (master->block_isbad) { --- a/include/linux/mtd/mtd.h +++ b/include/linux/mtd/mtd.h -@@ -45,6 +45,10 @@ struct erase_info { +@@ -57,6 +57,10 @@ struct erase_info { u_long priv; u_char state; struct erase_info *next; -- cgit v1.2.3