aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.8/950-vm_exports.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-03-03 13:58:52 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-03-03 13:58:52 +0000
commitf90fa7f4b4e7af984c1cc0c4c6a6d10922862b2a (patch)
treeb6c752face045359b2eb07a1148219a4b9cf6f85 /target/linux/generic/patches-3.8/950-vm_exports.patch
parent2d55cfeda862e8a7dc77f3e577062b26e329a468 (diff)
downloadmaster-187ad058-f90fa7f4b4e7af984c1cc0c4c6a6d10922862b2a.tar.gz
master-187ad058-f90fa7f4b4e7af984c1cc0c4c6a6d10922862b2a.tar.bz2
master-187ad058-f90fa7f4b4e7af984c1cc0c4c6a6d10922862b2a.zip
kernel: update linux 3.8 to 3.8.1
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35862 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.8/950-vm_exports.patch')
-rw-r--r--target/linux/generic/patches-3.8/950-vm_exports.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.8/950-vm_exports.patch b/target/linux/generic/patches-3.8/950-vm_exports.patch
index aae62f2380..66015992c1 100644
--- a/target/linux/generic/patches-3.8/950-vm_exports.patch
+++ b/target/linux/generic/patches-3.8/950-vm_exports.patch
@@ -1,6 +1,6 @@
--- a/mm/shmem.c
+++ b/mm/shmem.c
-@@ -2865,6 +2865,15 @@ EXPORT_SYMBOL_GPL(shmem_truncate_range);
+@@ -2871,6 +2871,15 @@ EXPORT_SYMBOL_GPL(shmem_truncate_range);
/* common code */
@@ -16,7 +16,7 @@
/**
* shmem_file_setup - get an unlinked file living in tmpfs
* @name: name for dentry (to be seen in /proc/<pid>/maps
-@@ -2941,11 +2950,8 @@ int shmem_zero_setup(struct vm_area_stru
+@@ -2947,11 +2956,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);