diff options
author | Luka Perkov <luka@openwrt.org> | 2015-01-11 01:28:32 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-01-11 01:28:32 +0000 |
commit | b78cddafcc74d83fe93057bd8623ae0701a4c93f (patch) | |
tree | 62258e8cc8f684570a6dfc9f3ee21a95a2fbf75c /target/linux/generic/patches-3.14/100-overlayfs.patch | |
parent | 884a01d8a4e88d5f21a69ad555df26c0baac02bc (diff) | |
download | upstream-b78cddafcc74d83fe93057bd8623ae0701a4c93f.tar.gz upstream-b78cddafcc74d83fe93057bd8623ae0701a4c93f.tar.bz2 upstream-b78cddafcc74d83fe93057bd8623ae0701a4c93f.zip |
kernel: update 3.14 to 3.14.28
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 43929
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 a04b1fefca..bbf23a7a5d 100644 --- a/target/linux/generic/patches-3.14/100-overlayfs.patch +++ b/target/linux/generic/patches-3.14/100-overlayfs.patch @@ -279,7 +279,7 @@ obj-$(CONFIG_OMFS_FS) += omfs/ --- a/fs/ecryptfs/main.c +++ b/fs/ecryptfs/main.c -@@ -566,6 +566,13 @@ static struct dentry *ecryptfs_mount(str +@@ -576,6 +576,13 @@ static struct dentry *ecryptfs_mount(str s->s_maxbytes = path.dentry->d_sb->s_maxbytes; s->s_blocksize = path.dentry->d_sb->s_blocksize; s->s_magic = ECRYPTFS_SUPER_MAGIC; @@ -344,7 +344,7 @@ goto out; --- a/fs/namespace.c +++ b/fs/namespace.c -@@ -1581,6 +1581,33 @@ void drop_collected_mounts(struct vfsmou +@@ -1586,6 +1586,33 @@ void drop_collected_mounts(struct vfsmou namespace_unlock(); } |