diff options
author | John Crispin <john@openwrt.org> | 2014-06-26 13:47:46 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-26 13:47:46 +0000 |
commit | fbf8b288e1f318cb697f4a86cbe01b4b9573b82d (patch) | |
tree | b955ff887aea2a971b9f6a69c12330b085791107 /target/linux/generic/patches-3.10/100-overlayfs.patch | |
parent | 994e5ce2f93bf8beeb099a9fd38d1dc358005c30 (diff) | |
download | upstream-fbf8b288e1f318cb697f4a86cbe01b4b9573b82d.tar.gz upstream-fbf8b288e1f318cb697f4a86cbe01b4b9573b82d.tar.bz2 upstream-fbf8b288e1f318cb697f4a86cbe01b4b9573b82d.zip |
kernel: refresh generic patches
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41352
Diffstat (limited to 'target/linux/generic/patches-3.10/100-overlayfs.patch')
-rw-r--r-- | target/linux/generic/patches-3.10/100-overlayfs.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/generic/patches-3.10/100-overlayfs.patch b/target/linux/generic/patches-3.10/100-overlayfs.patch index 02894b34f2..40e4a65870 100644 --- a/target/linux/generic/patches-3.10/100-overlayfs.patch +++ b/target/linux/generic/patches-3.10/100-overlayfs.patch @@ -322,7 +322,7 @@ extern const struct file_operations pipefifo_fops; --- a/fs/namei.c +++ b/fs/namei.c -@@ -402,6 +402,7 @@ int __inode_permission(struct inode *ino +@@ -403,6 +403,7 @@ int __inode_permission(struct inode *ino return security_inode_permission(inode, mask); } @@ -330,7 +330,7 @@ /** * sb_permission - Check superblock-level permissions -@@ -2868,9 +2869,12 @@ finish_open_created: +@@ -2869,9 +2870,12 @@ finish_open_created: error = may_open(&nd->path, acc_mode, open_flag); if (error) goto out; @@ -384,7 +384,7 @@ { --- a/fs/open.c +++ b/fs/open.c -@@ -800,8 +800,7 @@ struct file *dentry_open(const struct pa +@@ -788,8 +788,7 @@ struct file *dentry_open(const struct pa f = get_empty_filp(); if (!IS_ERR(f)) { f->f_flags = flags; @@ -394,7 +394,7 @@ if (!error) { /* from now on we need fput() to dispose of f */ error = open_check_o_direct(f); -@@ -818,6 +817,26 @@ struct file *dentry_open(const struct pa +@@ -806,6 +805,26 @@ struct file *dentry_open(const struct pa } EXPORT_SYMBOL(dentry_open); |