projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
kernel: fix netfilter layer7 compilation in 3.3
[openwrt.git]
/
target
/
linux
/
generic
/
patches-3.2
/
950-vm_exports.patch
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
27ce764
..
355ecba
100644
(file)
--- 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
--- a/mm/shmem.c
+++ b/mm/shmem.c
-@@ -24
62,6 +2462
,16 @@ EXPORT_SYMBOL_GPL(shmem_truncate_range);
+@@ -24
91,6 +2491
,16 @@ EXPORT_SYMBOL_GPL(shmem_truncate_range);
/* common code */
/* 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
/**
* shmem_file_setup - get an unlinked file living in tmpfs
* @name: name for dentry (to be seen in /proc/<pid>/maps
-@@ -25
39,11 +2549
,8 @@ int shmem_zero_setup(struct vm_area_stru
+@@ -25
68,11 +2578
,8 @@ int shmem_zero_setup(struct vm_area_stru
if (IS_ERR(file))
return PTR_ERR(file);
if (IS_ERR(file))
return PTR_ERR(file);
This page took
0.021793 seconds
and
4
git commands to generate.