diff options
author | Luka Perkov <luka@openwrt.org> | 2014-06-24 12:27:36 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-06-24 12:27:36 +0000 |
commit | 70a27a518e842f0180271ab79e058c3d20821bc7 (patch) | |
tree | abc946786bdc65802d7b5e8bcdc11d4195b9c498 /target/linux/generic/patches-3.14/100-overlayfs.patch | |
parent | 2dd6d4a4f06f1dea95c2e2de5c0dc668237cec71 (diff) | |
download | mtk-20170518-70a27a518e842f0180271ab79e058c3d20821bc7.zip mtk-20170518-70a27a518e842f0180271ab79e058c3d20821bc7.tar.gz mtk-20170518-70a27a518e842f0180271ab79e058c3d20821bc7.tar.bz2 |
kernel: update 3.14 to 3.14.8
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 41309
Diffstat (limited to 'target/linux/generic/patches-3.14/100-overlayfs.patch')
-rw-r--r-- | target/linux/generic/patches-3.14/100-overlayfs.patch | 4 |
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 28bd4d8..2983484 100644 --- a/target/linux/generic/patches-3.14/100-overlayfs.patch +++ b/target/linux/generic/patches-3.14/100-overlayfs.patch @@ -318,7 +318,7 @@ extern const struct file_operations pipefifo_fops; --- a/fs/namei.c +++ b/fs/namei.c -@@ -413,6 +413,7 @@ int __inode_permission(struct inode *ino +@@ -414,6 +414,7 @@ int __inode_permission(struct inode *ino return security_inode_permission(inode, mask); } @@ -326,7 +326,7 @@ /** * sb_permission - Check superblock-level permissions -@@ -3035,9 +3036,12 @@ finish_open_created: +@@ -3036,9 +3037,12 @@ finish_open_created: error = may_open(&nd->path, acc_mode, open_flag); if (error) goto out; |