kernel: update to version 4.4.14
[librecmc/librecmc.git] / target / linux / generic / patches-4.4 / 046-ubifs-silence-error-output-if-MS_SILENT-is-set.patch
index 7c01d77a18385b574a31e1197078d818d4a2b91e..ee679fa7558070723d969df69e797c47b9417e99 100644 (file)
@@ -21,11 +21,9 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
  fs/ubifs/super.c | 5 +++--
  1 file changed, 3 insertions(+), 2 deletions(-)
 
-diff --git a/fs/ubifs/super.c b/fs/ubifs/super.c
-index 7034995..736dd58 100644
 --- a/fs/ubifs/super.c
 +++ b/fs/ubifs/super.c
-@@ -2108,8 +2108,9 @@ static struct dentry *ubifs_mount(struct file_system_type *fs_type, int flags,
+@@ -2107,8 +2107,9 @@ static struct dentry *ubifs_mount(struct
         */
        ubi = open_ubi(name, UBI_READONLY);
        if (IS_ERR(ubi)) {
@@ -37,6 +35,3 @@ index 7034995..736dd58 100644
                return ERR_CAST(ubi);
        }
  
--- 
-2.8.3
-