X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/91684ecaed6a7b427b587689192307e68e8d86e0..b91f24824772c446534e8b296dec1a0baada6b1d:/target/linux/generic/patches-2.6.35/980-vm_exports.patch diff --git a/target/linux/generic/patches-2.6.35/980-vm_exports.patch b/target/linux/generic/patches-2.6.35/980-vm_exports.patch index c372e9570..73a221af8 100644 --- a/target/linux/generic/patches-2.6.35/980-vm_exports.patch +++ b/target/linux/generic/patches-2.6.35/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 -@@ -4261,6 +4261,7 @@ int can_nice(const struct task_struct *p +@@ -4269,6 +4269,7 @@ int can_nice(const struct task_struct *p return (nice_rlim <= task_rlimit(p, RLIMIT_NICE) || capable(CAP_SYS_NICE)); }