diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2018-05-12 23:12:32 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2018-05-12 23:14:07 +0200 |
commit | 070693477a26a40fdf5de2316bc72073dc9930c1 (patch) | |
tree | db8071cc5729875696f356c1da9b18cfe63cda71 /target/linux/generic/pending-4.14/400-mtd-add-rootfs-split-support.patch | |
parent | a3096b4b33dcc5fcc07b229346ef337aa5962019 (diff) | |
download | upstream-070693477a26a40fdf5de2316bc72073dc9930c1.tar.gz upstream-070693477a26a40fdf5de2316bc72073dc9930c1.tar.bz2 upstream-070693477a26a40fdf5de2316bc72073dc9930c1.zip |
kernel: backport mtd patch for minor partitioning cleanup
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/generic/pending-4.14/400-mtd-add-rootfs-split-support.patch')
-rw-r--r-- | target/linux/generic/pending-4.14/400-mtd-add-rootfs-split-support.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/pending-4.14/400-mtd-add-rootfs-split-support.patch b/target/linux/generic/pending-4.14/400-mtd-add-rootfs-split-support.patch index e722d8ca92..bc2272d26d 100644 --- a/target/linux/generic/pending-4.14/400-mtd-add-rootfs-split-support.patch +++ b/target/linux/generic/pending-4.14/400-mtd-add-rootfs-split-support.patch @@ -60,7 +60,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> /* * Given a pointer to the MTD object in the mtd_part structure, we can retrieve * the pointer to that structure. -@@ -687,6 +691,7 @@ int mtd_add_partition(struct mtd_info *p +@@ -674,6 +678,7 @@ int mtd_add_partition(struct mtd_info *p mutex_unlock(&mtd_partitions_mutex); add_mtd_device(&new->mtd); @@ -68,7 +68,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> mtd_add_partition_attrs(new); -@@ -765,6 +770,35 @@ int mtd_del_partition(struct mtd_info *m +@@ -752,6 +757,35 @@ int mtd_del_partition(struct mtd_info *m } EXPORT_SYMBOL_GPL(mtd_del_partition); @@ -104,7 +104,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> /* * 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 -@@ -796,6 +830,7 @@ int add_mtd_partitions(struct mtd_info * +@@ -783,6 +817,7 @@ int add_mtd_partitions(struct mtd_info * mutex_unlock(&mtd_partitions_mutex); add_mtd_device(&slave->mtd); |