From 070d3b27c223f23a4793667264441f8c2f008755 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Sat, 29 Nov 2014 10:30:58 +0000 Subject: kernel: update 3.14 to 3.14.25 Signed-off-by: Luka Perkov SVN-Revision: 43427 --- .../generic/patches-3.14/552-ubifs-respect-silent-mount-flag.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/generic/patches-3.14/552-ubifs-respect-silent-mount-flag.patch') diff --git a/target/linux/generic/patches-3.14/552-ubifs-respect-silent-mount-flag.patch b/target/linux/generic/patches-3.14/552-ubifs-respect-silent-mount-flag.patch index 2e43d251dc..607efde7a3 100644 --- a/target/linux/generic/patches-3.14/552-ubifs-respect-silent-mount-flag.patch +++ b/target/linux/generic/patches-3.14/552-ubifs-respect-silent-mount-flag.patch @@ -104,7 +104,7 @@ Signed-off-by: Artem Bityutskiy /* UBIFS file system VFS magic number */ #define UBIFS_SUPER_MAGIC 0x24051905 -@@ -1209,6 +1218,7 @@ struct ubifs_debug_info; +@@ -1208,6 +1217,7 @@ struct ubifs_debug_info; * @need_recovery: %1 if the file-system needs recovery * @replaying: %1 during journal replay * @mounting: %1 while mounting @@ -112,7 +112,7 @@ Signed-off-by: Artem Bityutskiy * @remounting_rw: %1 while re-mounting from R/O mode to R/W mode * @replay_list: temporary list used during journal replay * @replay_buds: list of buds to replay -@@ -1441,6 +1451,7 @@ struct ubifs_info { +@@ -1439,6 +1449,7 @@ struct ubifs_info { unsigned int replaying:1; unsigned int mounting:1; unsigned int remounting_rw:1; -- cgit v1.2.3