[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4612D3C4.9020500@redhat.com>
Date: Tue, 03 Apr 2007 15:23:00 -0700
From: Ulrich Drepper <drepper@...hat.com>
To: Arnd Bergmann <arnd@...db.de>
CC: Rik van Riel <riel@...hat.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Linux Kernel <linux-kernel@...r.kernel.org>,
Jakub Jelinek <jakub@...hat.com>
Subject: Re: missing madvise functionality
Arnd Bergmann wrote:
> I thought this is what the read_zero_pagealigned hack [1] was used
> for (read from /dev/zero replaces target pages with empty_zero_page).
But that's not what we want. If I understand that code correctly it's
the same as the current MADV_DONTNEED. It will simply remove the
mapping for the pages and therefore upon new access it will provide
empty pages.
We want the pages to be kept around, even mapped, and only if memory
pressure is high enough collected and unmapped.
--
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖
Download attachment "signature.asc" of type "application/pgp-signature" (252 bytes)
Powered by blists - more mailing lists