X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/e2e6a5bb07fd248abf4c35181394395524395295..b91f24824772c446534e8b296dec1a0baada6b1d:/target/linux/generic/patches-2.6.35/980-vm_exports.patch?ds=sidebyside 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 392e06a57..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 -@@ -4271,6 +4271,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)); } @@ -94,7 +94,7 @@ /** * zap_vma_ptes - remove ptes mapping the vma -@@ -2605,6 +2606,7 @@ int vmtruncate_range(struct inode *inode +@@ -2615,6 +2616,7 @@ int vmtruncate_range(struct inode *inode return 0; }