aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.8/950-vm_exports.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-04-26 16:55:42 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-04-26 16:55:42 +0000
commit14fec491c723370bd6f4f494cfd1fa1059acca4f (patch)
tree05c97b7c441b017c8d20c77676a9b22df533f983 /target/linux/generic/patches-3.8/950-vm_exports.patch
parent2105af06d446c913b2af82ce9c07e2df78952f7a (diff)
downloadmaster-187ad058-14fec491c723370bd6f4f494cfd1fa1059acca4f.tar.gz
master-187ad058-14fec491c723370bd6f4f494cfd1fa1059acca4f.tar.bz2
master-187ad058-14fec491c723370bd6f4f494cfd1fa1059acca4f.zip
kernel: update linux 3.8 to 3.8.9
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36453 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.8/950-vm_exports.patch')
-rw-r--r--target/linux/generic/patches-3.8/950-vm_exports.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.8/950-vm_exports.patch b/target/linux/generic/patches-3.8/950-vm_exports.patch
index 9c15a1b813..d94d556fef 100644
--- a/target/linux/generic/patches-3.8/950-vm_exports.patch
+++ b/target/linux/generic/patches-3.8/950-vm_exports.patch
@@ -52,7 +52,7 @@
* When we die, we re-parent all our children, and try to:
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
-@@ -3634,6 +3634,7 @@ int can_nice(const struct task_struct *p
+@@ -3636,6 +3636,7 @@ int can_nice(const struct task_struct *p
return (nice_rlim <= task_rlimit(p, RLIMIT_NICE) ||
capable(CAP_SYS_NICE));
}