Messages in this thread |  | | Date | Wed, 17 Jan 2001 09:36:07 +0100 (CET) | From | Boszormenyi Zoltan <> | Subject | 2.4.0-vmpatch-15.1 still no go |
| |
On Tue, 9 Jan 2001, Boszormenyi Zoltan wrote:
> Hi! > > PF_RSSTRIM is not declared anywhere either in the linux-2.4.0 sources > or in the 2.4.0-vmbigpatch.
[zozo@localhost kernel]$ tar xIf linux-2.4.0.tar.bz2 [zozo@localhost kernel]$ cd linux [zozo@localhost linux]$ cat ../patches/2.4.0/2.4.0-vmpatch-15.1 | patch -p1 patching file `kernel/sysctl.c' patching file `kernel/fork.c' patching file `mm/filemap.c' patching file `mm/memory.c' patching file `mm/page_alloc.c' patching file `mm/swap.c' patching file `mm/vmscan.c' patching file `include/linux/sysctl.h' patching file `include/linux/swap.h' patching file `include/linux/mm.h' patching file `Documentation/sysctl/vm.txt' [zozo@localhost linux]$ find . -type f | xargs grep PF_RSSTRIM ./mm/vmscan.c: if (mm->rss > rss_limit && !(p->flags & PF_RSSTRIM)) { ./mm/vmscan.c: p->flags |= PF_RSSTRIM; ./mm/vmscan.c: p->flags &= ~PF_RSSTRIM; [zozo@localhost linux]$
Regards, Zoltan Boszormenyi
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |