From 06d197404bab910c2d4c184210b27a1e0f73d6a2 Mon Sep 17 00:00:00 2001 From: jogo Date: Tue, 31 Jan 2012 09:44:00 +0000 Subject: kernel: update linux 3.2 to 3.2.2 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29967 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic/patches-3.2/950-vm_exports.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/generic') diff --git a/target/linux/generic/patches-3.2/950-vm_exports.patch b/target/linux/generic/patches-3.2/950-vm_exports.patch index 27ce7641f..355ecba8e 100644 --- a/target/linux/generic/patches-3.2/950-vm_exports.patch +++ b/target/linux/generic/patches-3.2/950-vm_exports.patch @@ -1,6 +1,6 @@ --- a/mm/shmem.c +++ b/mm/shmem.c -@@ -2462,6 +2462,16 @@ EXPORT_SYMBOL_GPL(shmem_truncate_range); +@@ -2491,6 +2491,16 @@ EXPORT_SYMBOL_GPL(shmem_truncate_range); /* common code */ @@ -17,7 +17,7 @@ /** * shmem_file_setup - get an unlinked file living in tmpfs * @name: name for dentry (to be seen in /proc//maps -@@ -2539,11 +2549,8 @@ int shmem_zero_setup(struct vm_area_stru +@@ -2568,11 +2578,8 @@ int shmem_zero_setup(struct vm_area_stru if (IS_ERR(file)) return PTR_ERR(file); -- cgit v1.2.3