summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.7/950-vm_exports.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-01-29 18:29:45 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-01-29 18:29:45 +0000
commit562ba537fcd0b210f32a14a05f0cc08ca6b86d55 (patch)
tree3963e9445bbf25e2d62cb3b26c4ab0e0daf96498 /target/linux/generic/patches-3.7/950-vm_exports.patch
parentbe55b0f3f446c40086e04dae8abd50f02b153b83 (diff)
downloadmaster-31e0f0ae-562ba537fcd0b210f32a14a05f0cc08ca6b86d55.tar.gz
master-31e0f0ae-562ba537fcd0b210f32a14a05f0cc08ca6b86d55.tar.bz2
master-31e0f0ae-562ba537fcd0b210f32a14a05f0cc08ca6b86d55.zip
kernel: update linux 3.7 to 3.7.5
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35390
Diffstat (limited to 'target/linux/generic/patches-3.7/950-vm_exports.patch')
-rw-r--r--target/linux/generic/patches-3.7/950-vm_exports.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.7/950-vm_exports.patch b/target/linux/generic/patches-3.7/950-vm_exports.patch
index f1bf3e8a5b..85126e4d60 100644
--- a/target/linux/generic/patches-3.7/950-vm_exports.patch
+++ b/target/linux/generic/patches-3.7/950-vm_exports.patch
@@ -59,7 +59,7 @@
* When we die, we re-parent all our children, and try to:
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
-@@ -3565,6 +3565,7 @@ int can_nice(const struct task_struct *p
+@@ -3566,6 +3566,7 @@ int can_nice(const struct task_struct *p
return (nice_rlim <= task_rlimit(p, RLIMIT_NICE) ||
capable(CAP_SYS_NICE));
}