X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/af3243b5d52fcd97a24dfc6e28d8ac4d4c7bfdc3..fdb5a4eb0b6297c09506f4b9524b409d4322ba1b:/target/linux/generic-2.6/patches-2.6.34/980-vm_exports.patch?ds=sidebyside diff --git a/target/linux/generic-2.6/patches-2.6.34/980-vm_exports.patch b/target/linux/generic-2.6/patches-2.6.34/980-vm_exports.patch index 6bb410517..5d0b5c697 100644 --- a/target/linux/generic-2.6/patches-2.6.34/980-vm_exports.patch +++ b/target/linux/generic-2.6/patches-2.6.34/980-vm_exports.patch @@ -76,7 +76,7 @@ * macro override instead of weak attribute alias, to workaround --- a/kernel/sched.c +++ b/kernel/sched.c -@@ -4357,6 +4357,7 @@ int can_nice(const struct task_struct *p +@@ -4367,6 +4367,7 @@ int can_nice(const struct task_struct *p return (nice_rlim <= task_rlimit(p, RLIMIT_NICE) || capable(CAP_SYS_NICE)); }