Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 20 Mar 2003 18:12:16 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 20 Mar 2003 18:10:35 -0500 Received: from holomorphy.com ([66.224.33.161]:60553 "EHLO holomorphy") by vger.kernel.org with ESMTP id ; Thu, 20 Mar 2003 18:10:04 -0500 Date: Thu, 20 Mar 2003 15:20:45 -0800 From: William Lee Irwin III To: Hugh Dickins Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH] anobjrmap 3/6 unchained Message-ID: <20030320232045.GC1240@holomorphy.com> Mail-Followup-To: William Lee Irwin III , Hugh Dickins , Andrew Morton , linux-kernel@vger.kernel.org, linux-mm@kvack.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i Organization: The Domain of Holomorphy Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 898 Lines: 19 On Thu, Mar 20, 2003 at 11:15:06PM +0000, Hugh Dickins wrote: > Removed nr_reverse_maps, ReverseMaps: easily reverted if that > poses a vmstat or meminfo compatibility problem, or someone is > still interested in that number; but objrmap wasn't maintaining > it, and if they don't occupy space, is it worth showing? > Besides, look at page_dup_rmap for copy_page_range: I don't > want to clutter that with inc_page_state(nr_reverse_maps). It was mostly to determine space savings and internal fragmentation on the pte_chain objects. It also helps get some notion of internal fragmentation on pagetables. It's of low importance; delete at will. -- wli - 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/