aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-4.14/404-mtd-add-more-helper-functions.patch
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2020-03-07 22:45:55 +0100
committerDavid Bauer <mail@david-bauer.net>2020-03-07 22:49:55 +0100
commitfdfca33350150644481096f1c7a80db2b670cdec (patch)
tree8a58f6357bcaad663f409efe3b5ee636ec731f4c /target/linux/generic/pending-4.14/404-mtd-add-more-helper-functions.patch
parentab9fd528ae6380d78e5b6c4a6a18a2cc7c1cc785 (diff)
downloadupstream-fdfca33350150644481096f1c7a80db2b670cdec.tar.gz
upstream-fdfca33350150644481096f1c7a80db2b670cdec.tar.bz2
upstream-fdfca33350150644481096f1c7a80db2b670cdec.zip
Revert "kernel: rewrite run_parsers_by_type() to use add_mtd_partitions()"
This reverts commit 15a0701cdde8eeae2a54880b813cdb8cdc09a384. It was reported that this patch breaks on some cases the JFFS2 overlay filesystem on targets still using kernel 4.14. This includes ar71xx, where spurious erase of the ART was reported. Revert this commit for now. Re-adding should probaby also be done for every currently supported kernel version. Ref: FS#2837 FS#2862 FS#2864 Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/generic/pending-4.14/404-mtd-add-more-helper-functions.patch')
-rw-r--r--target/linux/generic/pending-4.14/404-mtd-add-more-helper-functions.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/pending-4.14/404-mtd-add-more-helper-functions.patch b/target/linux/generic/pending-4.14/404-mtd-add-more-helper-functions.patch
index d1a32872af..7b481ffb47 100644
--- a/target/linux/generic/pending-4.14/404-mtd-add-more-helper-functions.patch
+++ b/target/linux/generic/pending-4.14/404-mtd-add-more-helper-functions.patch
@@ -11,7 +11,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
--- a/drivers/mtd/mtdpart.c
+++ b/drivers/mtd/mtdpart.c
-@@ -1251,6 +1251,24 @@ int mtd_is_partition(const struct mtd_in
+@@ -1260,6 +1260,24 @@ int mtd_is_partition(const struct mtd_in
}
EXPORT_SYMBOL_GPL(mtd_is_partition);