From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753575Ab0IPDxP (ORCPT ); Wed, 15 Sep 2010 23:53:15 -0400 Received: from fgwmail6.fujitsu.co.jp ([192.51.44.36]:54142 "EHLO fgwmail6.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752733Ab0IPDwv (ORCPT ); Wed, 15 Sep 2010 23:52:51 -0400 X-SecurityPolicyCheck-FJ: OK by FujitsuOutboundMailChecker v1.3.1 From: KOSAKI Motohiro To: Nikanth Karthikesan Subject: Re: [PATCH] Export amount of anonymous memory in a mapping via smaps Cc: kosaki.motohiro@jp.fujitsu.com, Hugh Dickins , Matt Mackall , Richard Guenther , Balbir Singh , linux-mm@kvack.org, Andrew Morton , Michael Matz , linux-kernel@vger.kernel.org In-Reply-To: <201009160856.25923.knikanth@suse.de> References: <201009160856.25923.knikanth@suse.de> Message-Id: <20100916125147.CA08.A69D9226@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.50.07 [ja] Date: Thu, 16 Sep 2010 12:52:47 +0900 (JST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Export the number of anonymous pages in a mapping via smaps. > > Even the private pages in a mapping backed by a file, would be marked as > anonymous, when they are modified. Export this information to user-space via > smaps. > > Signed-off-by: Nikanth Karthikesan Looks good. Reviewed-by: KOSAKI Motohiro