Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 2 Nov 2001 16:28:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 2 Nov 2001 16:28:13 -0500 Received: from ns.ithnet.com ([217.64.64.10]:55567 "HELO heather.ithnet.com") by vger.kernel.org with SMTP id ; Fri, 2 Nov 2001 16:28:02 -0500 Date: Fri, 2 Nov 2001 22:27:54 +0100 From: Stephan von Krawczynski To: linux-kernel Cc: phillips@bonn-fries.net Subject: Re: Google's mm problem - not reproduced on 2.4.13 Message-Id: <20011102222754.2366f1f5.skraw@ithnet.com> In-Reply-To: In-Reply-To: Organization: ith Kommunikationstechnik GmbH X-Mailer: Sylpheed version 0.6.4 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2 Nov 2001 13:13:10 -0800 (PST) Linus Torvalds 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/