X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Fgeneric%2Fpatches-3.14%2F100-overlayfs.patch;h=2983484596de9f9932c2ed38b46d2cefe367037a;hb=d74b8f351b083f328cb5f25d86eea803c241cf79;hp=28bd4d89f5dda2235b97adb10eb837194583bc69;hpb=132abb4f6851eeb32c68fa2b62af6893d1cc57ce;p=openwrt.git 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;