diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-01 17:30:15 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-01 17:30:15 +0000 |
commit | fb936218a13b6f05d8e15b494fe12ad1503a1189 (patch) | |
tree | 63051bb9200e85778da298200d99d43a7c58d255 /target/linux/generic/patches-3.6/950-vm_exports.patch | |
parent | 495820f7a070695dee7ccb34fec203278d2c9ee2 (diff) | |
download | mtk-20170518-fb936218a13b6f05d8e15b494fe12ad1503a1189.zip mtk-20170518-fb936218a13b6f05d8e15b494fe12ad1503a1189.tar.gz mtk-20170518-fb936218a13b6f05d8e15b494fe12ad1503a1189.tar.bz2 |
linux/3.6: refresh patches
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35440
Diffstat (limited to 'target/linux/generic/patches-3.6/950-vm_exports.patch')
-rw-r--r-- | target/linux/generic/patches-3.6/950-vm_exports.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.6/950-vm_exports.patch b/target/linux/generic/patches-3.6/950-vm_exports.patch index a49a2f7..ba363c1 100644 --- a/target/linux/generic/patches-3.6/950-vm_exports.patch +++ b/target/linux/generic/patches-3.6/950-vm_exports.patch @@ -1,6 +1,6 @@ --- a/mm/shmem.c +++ b/mm/shmem.c -@@ -2920,6 +2920,16 @@ EXPORT_SYMBOL_GPL(shmem_truncate_range); +@@ -2914,6 +2914,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/<pid>/maps -@@ -2997,11 +3007,8 @@ int shmem_zero_setup(struct vm_area_stru +@@ -2991,11 +3001,8 @@ int shmem_zero_setup(struct vm_area_stru if (IS_ERR(file)) return PTR_ERR(file); |