diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2013-07-13 22:45:56 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2013-07-13 22:45:56 +0000 |
commit | 8dfaf53e4db636d0cd2cc7e868fe8d132cf8b0c2 (patch) | |
tree | 60e1ec816d4d914cb975f46192a118fbb3a39c0a /target/linux/generic/patches-3.8/902-debloat_proc.patch | |
parent | 6390b285e91c43ff1406a6df6cdbf43ebdc33681 (diff) | |
download | upstream-8dfaf53e4db636d0cd2cc7e868fe8d132cf8b0c2.tar.gz upstream-8dfaf53e4db636d0cd2cc7e868fe8d132cf8b0c2.tar.bz2 upstream-8dfaf53e4db636d0cd2cc7e868fe8d132cf8b0c2.zip |
kernel: refresh patches for kernel 3.8.13
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37276 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.8/902-debloat_proc.patch')
-rw-r--r-- | target/linux/generic/patches-3.8/902-debloat_proc.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.8/902-debloat_proc.patch b/target/linux/generic/patches-3.8/902-debloat_proc.patch index 4479e44998..3ac9914fa2 100644 --- a/target/linux/generic/patches-3.8/902-debloat_proc.patch +++ b/target/linux/generic/patches-3.8/902-debloat_proc.patch @@ -227,7 +227,7 @@ --- a/net/ipv4/fib_trie.c +++ b/net/ipv4/fib_trie.c -@@ -2607,10 +2607,12 @@ static const struct file_operations fib_ +@@ -2608,10 +2608,12 @@ static const struct file_operations fib_ int __net_init fib_proc_init(struct net *net) { @@ -242,7 +242,7 @@ &fib_triestat_fops)) goto out2; -@@ -2629,8 +2631,10 @@ out1: +@@ -2630,8 +2632,10 @@ out1: void __net_exit fib_proc_exit(struct net *net) { |