From f2a9d11c7140dd8818107e77494487952355bb36 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Fri, 31 Oct 2014 23:50:42 +0000 Subject: kernel: refresh patches Signed-off-by: Hauke Mehrtens git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43138 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches-3.14/503-yaffs-add-tags-9bytes-mount-option.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/generic/patches-3.14/503-yaffs-add-tags-9bytes-mount-option.patch') diff --git a/target/linux/generic/patches-3.14/503-yaffs-add-tags-9bytes-mount-option.patch b/target/linux/generic/patches-3.14/503-yaffs-add-tags-9bytes-mount-option.patch index 88531a6a7b..4858519ca1 100644 --- a/target/linux/generic/patches-3.14/503-yaffs-add-tags-9bytes-mount-option.patch +++ b/target/linux/generic/patches-3.14/503-yaffs-add-tags-9bytes-mount-option.patch @@ -82,13 +82,13 @@ Signed-off-by: Gabor Juhos +++ b/fs/yaffs2/yaffs_mtdif.c @@ -16,6 +16,7 @@ #include "yaffs_mtdif.h" - + #include "linux/mtd/mtd.h" +#include "uapi/linux/major.h" #include "linux/types.h" #include "linux/time.h" #include "linux/mtd/nand.h" -@@ -277,7 +277,8 @@ struct mtd_info * yaffs_get_mtd_device(d +@@ -276,7 +277,8 @@ struct mtd_info * yaffs_get_mtd_device(d return mtd; } @@ -98,7 +98,7 @@ Signed-off-by: Gabor Juhos { if (yaffs_version == 2) { if ((WRITE_SIZE(mtd) < YAFFS_MIN_YAFFS2_CHUNK_SIZE || -@@ -296,6 +297,12 @@ int yaffs_verify_mtd(struct mtd_info *mt +@@ -295,6 +297,12 @@ int yaffs_verify_mtd(struct mtd_info *mt ); return -1; } -- cgit v1.2.3