X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fpatches-2.6.37%2F980-vm_exports.patch;h=8d8638be318c807f593ae7ccc0a456a1a90b1f32;hb=3cd87d2d817cfffb9b3881fd8a6f350d3bacf134;hp=35b9b925fb86e539d9383d00c3864d56c895bb18;hpb=a0ee5b91fd68fd446b43242eeb33b9033fd3f666;p=lede-git%2F.git diff --git a/target/linux/generic/patches-2.6.37/980-vm_exports.patch b/target/linux/generic/patches-2.6.37/980-vm_exports.patch index 35b9b925fb..8d8638be31 100644 --- a/target/linux/generic/patches-2.6.37/980-vm_exports.patch +++ b/target/linux/generic/patches-2.6.37/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 -@@ -4773,6 +4773,7 @@ int can_nice(const struct task_struct *p +@@ -4776,6 +4776,7 @@ int can_nice(const struct task_struct *p return (nice_rlim <= task_rlimit(p, RLIMIT_NICE) || capable(CAP_SYS_NICE)); }