From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f72.google.com (mail-oi0-f72.google.com [209.85.218.72]) by kanga.kvack.org (Postfix) with ESMTP id CC8EC6B0005 for ; Tue, 5 Jul 2016 03:24:53 -0400 (EDT) Received: by mail-oi0-f72.google.com with SMTP id u201so281574317oie.2 for ; Tue, 05 Jul 2016 00:24:53 -0700 (PDT) Received: from out4133-130.mail.aliyun.com (out4133-130.mail.aliyun.com. [42.120.133.130]) by mx.google.com with ESMTP id s103si2194716ioi.49.2016.07.05.00.24.52 for ; Tue, 05 Jul 2016 00:24:53 -0700 (PDT) Reply-To: "Hillf Danton" From: "Hillf Danton" References: <00ee01d1d68e$183854a0$48a8fde0$@alibaba-inc.com> In-Reply-To: <00ee01d1d68e$183854a0$48a8fde0$@alibaba-inc.com> Subject: Re: [PATCH 30/31] mm, vmstat: print node-based stats in zoneinfo file Date: Tue, 05 Jul 2016 15:24:49 +0800 Message-ID: <00ef01d1d68e$51247960$f36d6c20$@alibaba-inc.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Language: zh-cn Sender: owner-linux-mm@kvack.org List-ID: To: Mel Gorman Cc: linux-kernel , linux-mm@kvack.org, Andrew Morton > > There are a number of stats that were previously accessible via zoneinfo > that are now invisible. While it is possible to create a new file for the > node stats, this may be missed by users. Instead this patch prints the > stats under the first populated zone in /proc/zoneinfo. > > Signed-off-by: Mel Gorman > --- Acked-by: Hillf Danton > mm/vmstat.c | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) > -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org