aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.30/980-vm_exports.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-08-02 11:02:35 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-08-02 11:02:35 +0000
commit3fe782dddf23ba8287c4752d44f184e7149ef966 (patch)
tree2ebc1f6e614c6edae352c5af8b54b374dea11e44 /target/linux/generic-2.6/patches-2.6.30/980-vm_exports.patch
parent9d1e01a1597aea8d5afe386deba80aa888d44bff (diff)
downloadupstream-3fe782dddf23ba8287c4752d44f184e7149ef966.tar.gz
upstream-3fe782dddf23ba8287c4752d44f184e7149ef966.tar.bz2
upstream-3fe782dddf23ba8287c4752d44f184e7149ef966.zip
refresh 2.6.30 patches
SVN-Revision: 17093
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.30/980-vm_exports.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.30/980-vm_exports.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.30/980-vm_exports.patch b/target/linux/generic-2.6/patches-2.6.30/980-vm_exports.patch
index 8ade08a8b6..eaf89da3f5 100644
--- a/target/linux/generic-2.6/patches-2.6.30/980-vm_exports.patch
+++ b/target/linux/generic-2.6/patches-2.6.30/980-vm_exports.patch
@@ -70,7 +70,7 @@
* macro override instead of weak attribute alias, to workaround
--- a/kernel/sched.c
+++ b/kernel/sched.c
-@@ -5665,6 +5665,7 @@ int can_nice(const struct task_struct *p
+@@ -5666,6 +5666,7 @@ int can_nice(const struct task_struct *p
return (nice_rlim <= p->signal->rlim[RLIMIT_NICE].rlim_cur ||
capable(CAP_SYS_NICE));
}