summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-3.14/100-overlayfs.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-06-02 09:25:33 +0000
committerLuka Perkov <luka@openwrt.org>2014-06-02 09:25:33 +0000
commitaa2ff3f105fd37cf7ccd013705af968d0f3209b6 (patch)
tree71cbf6532c2332d4db83deb9172265e73a221099 /target/linux/generic/patches-3.14/100-overlayfs.patch
parent7c0d5b99c4c0d6bfbf974898a92373f010c4efbd (diff)
downloadmtk-20170518-aa2ff3f105fd37cf7ccd013705af968d0f3209b6.zip
mtk-20170518-aa2ff3f105fd37cf7ccd013705af968d0f3209b6.tar.gz
mtk-20170518-aa2ff3f105fd37cf7ccd013705af968d0f3209b6.tar.bz2
kernel: update 3.14 to 3.14.5
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 40901
Diffstat (limited to 'target/linux/generic/patches-3.14/100-overlayfs.patch')
-rw-r--r--target/linux/generic/patches-3.14/100-overlayfs.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.14/100-overlayfs.patch b/target/linux/generic/patches-3.14/100-overlayfs.patch
index 218b5c8..28bd4d8 100644
--- a/target/linux/generic/patches-3.14/100-overlayfs.patch
+++ b/target/linux/generic/patches-3.14/100-overlayfs.patch
@@ -380,7 +380,7 @@
{
--- a/fs/open.c
+++ b/fs/open.c
-@@ -834,8 +834,7 @@ struct file *dentry_open(const struct pa
+@@ -822,8 +822,7 @@ struct file *dentry_open(const struct pa
f = get_empty_filp();
if (!IS_ERR(f)) {
f->f_flags = flags;
@@ -390,7 +390,7 @@
if (!error) {
/* from now on we need fput() to dispose of f */
error = open_check_o_direct(f);
-@@ -852,6 +851,26 @@ struct file *dentry_open(const struct pa
+@@ -840,6 +839,26 @@ struct file *dentry_open(const struct pa
}
EXPORT_SYMBOL(dentry_open);