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 | e137e0e5b0a2592478ef622fb44ebd395b8d95f3 (patch) | |
tree | b7eb4b6cf7565b4381cab1759f73b76f758624d6 /target/linux/generic/patches-3.14/100-overlayfs.patch | |
parent | 3b59de8bc78bf0e2ef0daca8caa422cce60cc0b8 (diff) | |
download | upstream-e137e0e5b0a2592478ef622fb44ebd395b8d95f3.tar.gz upstream-e137e0e5b0a2592478ef622fb44ebd395b8d95f3.tar.bz2 upstream-e137e0e5b0a2592478ef622fb44ebd395b8d95f3.zip |
kernel: update 3.14 to 3.14.8
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41309 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 28bd4d89f5..2983484596 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; |