aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.3/950-vm_exports.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-05-07 20:11:43 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-05-07 20:11:43 +0000
commit3303e79b79227f6e9479946090260a4b4bc1b9c8 (patch)
treeb9b93b23c7fdbd4392b5c32e8cef559fdaee340d /target/linux/generic/patches-3.3/950-vm_exports.patch
parent4a6a77ad8b26ab233adbe70683810f443acc6bbe (diff)
downloadupstream-3303e79b79227f6e9479946090260a4b4bc1b9c8.tar.gz
upstream-3303e79b79227f6e9479946090260a4b4bc1b9c8.tar.bz2
upstream-3303e79b79227f6e9479946090260a4b4bc1b9c8.zip
kernel: update linux 3.3 to 3.3.5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31645 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.3/950-vm_exports.patch')
-rw-r--r--target/linux/generic/patches-3.3/950-vm_exports.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.3/950-vm_exports.patch b/target/linux/generic/patches-3.3/950-vm_exports.patch
index b9abd0c1ca..1cd970c805 100644
--- a/target/linux/generic/patches-3.3/950-vm_exports.patch
+++ b/target/linux/generic/patches-3.3/950-vm_exports.patch
@@ -61,7 +61,7 @@
{
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
-@@ -3855,6 +3855,7 @@ int can_nice(const struct task_struct *p
+@@ -3854,6 +3854,7 @@ int can_nice(const struct task_struct *p
return (nice_rlim <= task_rlimit(p, RLIMIT_NICE) ||
capable(CAP_SYS_NICE));
}