Re: Google's mm problem - not reproduced on 2.4.13

From: Stephan von Krawczynski (skraw@ithnet.com)
Date: Fri Nov 02 2001 - 16:27:54 EST


On Fri, 2 Nov 2001 13:13:10 -0800 (PST) Linus Torvalds <torvalds@transmeta.com>
wrote:

> - /* Don't swap out areas which are locked down */
> - if (vma->vm_flags & (VM_LOCKED|VM_RESERVED))
> + /* Don't swap out areas which are reserved */
> + if (vma->vm_flags & VM_RESERVED)
> return count;

Although I agree what you said about differences of old and new VM, I believe
the above was not really what Ben intended to do by mlocking. I mean, you swap
them out right now, or not?

Regards,
Stephan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Nov 07 2001 - 21:00:20 EST