diff options
author | jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-06-30 13:10:12 +0000 |
---|---|---|
committer | jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-06-30 13:10:12 +0000 |
commit | 94a434b7ed28e105149227712ffc54e2a9b5766a (patch) | |
tree | 6297442313ccd9407a125bf42cd9d5e81e547fa2 /target/linux/generic/patches-3.9/902-debloat_proc.patch | |
parent | bf24d1af7863bc6f03ba23437c3e54b9d2297ee6 (diff) |
kernel: update linux 3.9 to 3.9.8
Includes memory allocation fixes as well as several networking fixes.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37103 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.9/902-debloat_proc.patch')
-rw-r--r-- | target/linux/generic/patches-3.9/902-debloat_proc.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.9/902-debloat_proc.patch b/target/linux/generic/patches-3.9/902-debloat_proc.patch index 948b73d0ef..bae40afde3 100644 --- a/target/linux/generic/patches-3.9/902-debloat_proc.patch +++ b/target/linux/generic/patches-3.9/902-debloat_proc.patch @@ -184,7 +184,7 @@ --- a/net/ipv4/fib_trie.c +++ b/net/ipv4/fib_trie.c -@@ -2598,10 +2598,12 @@ static const struct file_operations fib_ +@@ -2599,10 +2599,12 @@ static const struct file_operations fib_ int __net_init fib_proc_init(struct net *net) { @@ -199,7 +199,7 @@ &fib_triestat_fops)) goto out2; -@@ -2611,17 +2613,21 @@ int __net_init fib_proc_init(struct net +@@ -2612,17 +2614,21 @@ int __net_init fib_proc_init(struct net return 0; out3: |