diff options
author | Luka Perkov <luka@openwrt.org> | 2014-08-08 13:38:22 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-08-08 13:38:22 +0000 |
commit | dd8d72909634e0ba521519748827cb06f8c3f37d (patch) | |
tree | f43bc5d2e2fc1a21ea27855f88182ed11c126405 /target/linux/generic/patches-3.14/100-overlayfs.patch | |
parent | c1d698fce45c485516b2358d78cc976e8515862c (diff) | |
download | upstream-dd8d72909634e0ba521519748827cb06f8c3f37d.tar.gz upstream-dd8d72909634e0ba521519748827cb06f8c3f37d.tar.bz2 upstream-dd8d72909634e0ba521519748827cb06f8c3f37d.zip |
kernel: update 3.14 to 3.14.16
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 42070
Diffstat (limited to 'target/linux/generic/patches-3.14/100-overlayfs.patch')
-rw-r--r-- | target/linux/generic/patches-3.14/100-overlayfs.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.14/100-overlayfs.patch b/target/linux/generic/patches-3.14/100-overlayfs.patch index 2983484596..45cdd50205 100644 --- a/target/linux/generic/patches-3.14/100-overlayfs.patch +++ b/target/linux/generic/patches-3.14/100-overlayfs.patch @@ -326,7 +326,7 @@ /** * sb_permission - Check superblock-level permissions -@@ -3036,9 +3037,12 @@ finish_open_created: +@@ -3037,9 +3038,12 @@ finish_open_created: error = may_open(&nd->path, acc_mode, open_flag); if (error) goto out; |