Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754046Ab1BVVWI (ORCPT ); Tue, 22 Feb 2011 16:22:08 -0500 Received: from smtp-out.google.com ([216.239.44.51]:15193 "EHLO smtp-out.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753755Ab1BVVWF (ORCPT ); Tue, 22 Feb 2011 16:22:05 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=google.com; s=beta; h=date:from:x-x-sender:to:cc:subject:in-reply-to:message-id :references:user-agent:mime-version:content-type; b=rliBhuopMtp1gLzwVIeblytVgxY6ZCvE91JoNsslZGc4PqDJHn/cNxtXbztHq1Obo9 U5zdiDoaPNvc6GzCJf6g== Date: Tue, 22 Feb 2011 13:21:59 -0800 (PST) From: David Rientjes X-X-Sender: rientjes@chino.kir.corp.google.com To: Dave Hansen cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, Michael J Wolf , Andrea Arcangeli , Andrew Morton , Mel Gorman , Johannes Weiner Subject: Re: [PATCH 3/5] pass pte size argument in to smaps_pte_entry() In-Reply-To: <20110222015342.5DD9FC72@kernel> Message-ID: References: <20110222015338.309727CA@kernel> <20110222015342.5DD9FC72@kernel> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-System-Of-Record: true Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 800 Lines: 20 On Mon, 21 Feb 2011, Dave Hansen wrote: > > This patch adds an argument to the new smaps_pte_entry() > function to let it account in things other than PAGE_SIZE > units. I changed all of the PAGE_SIZE sites, even though > not all of them can be reached for transparent huge pages, > just so this will continue to work without changes as THPs > are improved. > > Acked-by: Mel Gorman > Acked-by: Johannes Weiner > Signed-off-by: Dave Hansen Acked-by: David Rientjes -- 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/