X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fpatches-3.0%2F950-vm_exports.patch;h=a37be04e177765d30b7245692b1b0cb27b097433;hp=b9e6f40885714e6b7a1f2f6a21ecb45181fdbc79;hb=39f491e479eb74e6645ea6dce2219ff7d26570d1;hpb=365f76551af6786d9dda6cb20463a7c37321150e diff --git a/target/linux/generic/patches-3.0/950-vm_exports.patch b/target/linux/generic/patches-3.0/950-vm_exports.patch index b9e6f40885..a37be04e17 100644 --- a/target/linux/generic/patches-3.0/950-vm_exports.patch +++ b/target/linux/generic/patches-3.0/950-vm_exports.patch @@ -61,7 +61,7 @@ { --- a/kernel/sched.c +++ b/kernel/sched.c -@@ -4905,6 +4905,7 @@ int can_nice(const struct task_struct *p +@@ -4937,6 +4937,7 @@ int can_nice(const struct task_struct *p return (nice_rlim <= task_rlimit(p, RLIMIT_NICE) || capable(CAP_SYS_NICE)); }