From 7004b796658fe274026925f96fd3a6711e8a3f5d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 24 Oct 2014 20:39:36 +0000 Subject: kernel: refresh generic 3.10 patches Signed-off-by: Felix Fietkau SVN-Revision: 43050 --- target/linux/generic/patches-3.10/950-vm_exports.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/generic/patches-3.10/950-vm_exports.patch') diff --git a/target/linux/generic/patches-3.10/950-vm_exports.patch b/target/linux/generic/patches-3.10/950-vm_exports.patch index faf58660e6..2a08ee35a4 100644 --- a/target/linux/generic/patches-3.10/950-vm_exports.patch +++ b/target/linux/generic/patches-3.10/950-vm_exports.patch @@ -1,6 +1,6 @@ --- a/mm/shmem.c +++ b/mm/shmem.c -@@ -2883,6 +2883,15 @@ static struct dentry_operations anon_ops +@@ -2965,6 +2965,15 @@ static struct dentry_operations anon_ops .d_dname = simple_dname }; @@ -16,7 +16,7 @@ /** * shmem_file_setup - get an unlinked file living in tmpfs * @name: name for dentry (to be seen in /proc//maps -@@ -2956,11 +2965,8 @@ int shmem_zero_setup(struct vm_area_stru +@@ -3038,11 +3047,8 @@ int shmem_zero_setup(struct vm_area_stru file = shmem_file_setup("dev/zero", size, vma->vm_flags); if (IS_ERR(file)) return PTR_ERR(file); @@ -41,7 +41,7 @@ { --- a/kernel/exit.c +++ b/kernel/exit.c -@@ -501,6 +501,8 @@ static void exit_mm(struct task_struct * +@@ -502,6 +502,8 @@ static void exit_mm(struct task_struct * mm_update_next_owner(mm); mmput(mm); } -- cgit v1.2.3