diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-02-15 11:09:35 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-02-15 21:53:27 +0100 |
commit | ca13820d134db3ee4c0c6c75ae9dde2aeb75a905 (patch) | |
tree | 42b19da32ec51c5aa98edf4cf30107f4d2e122ab /target/linux/generic/pending-4.19/400-mtd-add-rootfs-split-support.patch | |
parent | 3967376eb73acd8948f510462bd266fb8c9e95d6 (diff) | |
download | upstream-ca13820d134db3ee4c0c6c75ae9dde2aeb75a905.tar.gz upstream-ca13820d134db3ee4c0c6c75ae9dde2aeb75a905.tar.bz2 upstream-ca13820d134db3ee4c0c6c75ae9dde2aeb75a905.zip |
kernel: bump 4.19 to 4.19.23
Refreshed all patches.
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/pending-4.19/400-mtd-add-rootfs-split-support.patch')
-rw-r--r-- | target/linux/generic/pending-4.19/400-mtd-add-rootfs-split-support.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/pending-4.19/400-mtd-add-rootfs-split-support.patch b/target/linux/generic/pending-4.19/400-mtd-add-rootfs-split-support.patch index 6fdd0267c1..e646224df2 100644 --- a/target/linux/generic/pending-4.19/400-mtd-add-rootfs-split-support.patch +++ b/target/linux/generic/pending-4.19/400-mtd-add-rootfs-split-support.patch @@ -59,7 +59,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. -@@ -619,6 +623,7 @@ int mtd_add_partition(struct mtd_info *p +@@ -623,6 +627,7 @@ int mtd_add_partition(struct mtd_info *p mutex_unlock(&mtd_partitions_mutex); add_mtd_device(&new->mtd); @@ -67,7 +67,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> mtd_add_partition_attrs(new); -@@ -697,6 +702,29 @@ int mtd_del_partition(struct mtd_info *m +@@ -701,6 +706,29 @@ int mtd_del_partition(struct mtd_info *m } EXPORT_SYMBOL_GPL(mtd_del_partition); @@ -97,7 +97,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 -@@ -728,6 +756,7 @@ int add_mtd_partitions(struct mtd_info * +@@ -732,6 +760,7 @@ int add_mtd_partitions(struct mtd_info * mutex_unlock(&mtd_partitions_mutex); add_mtd_device(&slave->mtd); |