Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 19 Feb 2002 08:10:58 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 19 Feb 2002 08:10:48 -0500 Received: from garrincha.netbank.com.br ([200.203.199.88]:25102 "HELO netbank.com.br") by vger.kernel.org with SMTP id ; Tue, 19 Feb 2002 08:10:43 -0500 Date: Tue, 19 Feb 2002 10:10:28 -0300 (BRT) From: Rik van Riel X-X-Sender: To: Linus Torvalds Cc: , Subject: Re: [PATCH] reduce struct_page size In-Reply-To: Message-ID: X-spambait: aardvark@kernelnewbies.org X-spammeplease: aardvark@nl.linux.org MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 18 Feb 2002, Linus Torvalds wrote: > On Mon, 18 Feb 2002, Rik van Riel wrote: > > > > o page->zone is shrunk from a pointer to an index into a small > > array of zones ... this means we have space for 3 more chars > > in the struct page to other stuff (say, page->age) > > Why not put "page->zone" into the page flags instead? Done. I'll resubmit the patch with this change once I've tested the thing, in an hour or two. regards, Rik -- "Linux holds advantages over the single-vendor commercial OS" -- Microsoft's "Competing with Linux" document http://www.surriel.com/ http://distro.conectiva.com/ - 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/