X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fpatches-3.8%2F950-vm_exports.patch;h=d94d556fefaa9f0faff8a64d2dff7da5c7e58697;hp=9c15a1b813d23445cfd3292884d2d0f57c945272;hb=df58db696d48fd4457f1ee310cf84da8a525e566;hpb=514b42439bc570e9d2bc21459c475a2894d35413 diff --git a/target/linux/generic/patches-3.8/950-vm_exports.patch b/target/linux/generic/patches-3.8/950-vm_exports.patch index 9c15a1b813..d94d556fef 100644 --- a/target/linux/generic/patches-3.8/950-vm_exports.patch +++ b/target/linux/generic/patches-3.8/950-vm_exports.patch @@ -52,7 +52,7 @@ * When we die, we re-parent all our children, and try to: --- a/kernel/sched/core.c +++ b/kernel/sched/core.c -@@ -3634,6 +3634,7 @@ int can_nice(const struct task_struct *p +@@ -3636,6 +3636,7 @@ int can_nice(const struct task_struct *p return (nice_rlim <= task_rlimit(p, RLIMIT_NICE) || capable(CAP_SYS_NICE)); }