summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-4.9/031-ubifs-fix-RENAME_WHITEOUT-support.patch
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2017-05-15 13:11:05 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2017-05-21 21:51:22 +0200
commite842e16f4583edeedec24ffe79a0e495bb9c7bff (patch)
treefaabedbe0c6cf8c6774d0f921f9352851c8dbccc /target/linux/generic/patches-4.9/031-ubifs-fix-RENAME_WHITEOUT-support.patch
parent088e28772c504ad622ba909b0f6d2986910e7a97 (diff)
downloadmtk-20170518-e842e16f4583edeedec24ffe79a0e495bb9c7bff.zip
mtk-20170518-e842e16f4583edeedec24ffe79a0e495bb9c7bff.tar.gz
mtk-20170518-e842e16f4583edeedec24ffe79a0e495bb9c7bff.tar.bz2
kernel: update kernel 4.9 to 4.9.29
- Refresh all patches - Removed upstreamed - Adapted 1 Compile tested on: bcm53xx, cns3xxx, imx6, lantiq Run tested on: cns3xxx & imx6 Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com> [update from 4.9.28 to 4.9.29] Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/generic/patches-4.9/031-ubifs-fix-RENAME_WHITEOUT-support.patch')
-rw-r--r--target/linux/generic/patches-4.9/031-ubifs-fix-RENAME_WHITEOUT-support.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/generic/patches-4.9/031-ubifs-fix-RENAME_WHITEOUT-support.patch b/target/linux/generic/patches-4.9/031-ubifs-fix-RENAME_WHITEOUT-support.patch
deleted file mode 100644
index 7b81afb..0000000
--- a/target/linux/generic/patches-4.9/031-ubifs-fix-RENAME_WHITEOUT-support.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From: Felix Fietkau <nbd@nbd.name>
-Date: Mon, 6 Mar 2017 09:48:52 +0100
-Subject: [PATCH] ubifs: fix RENAME_WHITEOUT support
-
-Remove faulty leftover check in do_rename(), apparently introduced in a
-merge that combined whiteout support changes with commit f03b8ad8d386
-("fs: support RENAME_NOREPLACE for local filesystems")
-
-Fixes: 9e0a1fff8db5 ("ubifs: Implement RENAME_WHITEOUT")
-Cc: stable@vger.kernel.org
-Signed-off-by: Felix Fietkau <nbd@nbd.name>
----
-
---- a/fs/ubifs/dir.c
-+++ b/fs/ubifs/dir.c
-@@ -1088,9 +1088,6 @@ static int do_rename(struct inode *old_d
- struct timespec time;
- unsigned int uninitialized_var(saved_nlink);
-
-- if (flags & ~RENAME_NOREPLACE)
-- return -EINVAL;
--
- /*
- * Budget request settings: deletion direntry, new direntry, removing
- * the old inode, and changing old and new parent directory inodes.