Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 10 Dec 2001 13:17:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 10 Dec 2001 13:17:39 -0500 Received: from lightning.swansea.linux.org.uk ([194.168.151.1]:60426 "EHLO the-village.bc.nu") by vger.kernel.org with ESMTP id ; Mon, 10 Dec 2001 13:17:32 -0500 Subject: Re: mm question To: volodya@mindspring.com Date: Mon, 10 Dec 2001 18:26:35 +0000 (GMT) Cc: riel@conectiva.com.br (Rik van Riel), alan@lxorguk.ukuu.org.uk (Alan Cox), linux-kernel@vger.kernel.org In-Reply-To: from "volodya@mindspring.com" at Dec 10, 2001 01:08:17 PM X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: From: Alan Cox Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > > This makes it rather hard to go around trying to free pages > > within a certain physical range. > > Well, what does kernel do when it runs out of memory ? For example when I > mmap a large file and start reading it back and force ? It doesn't care which physical page it gets. Processes being freeing up/swapping pages they have mappings to. The map counts hit zero and the page is discarded. Alan - 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/