Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753222Ab1EIHvN (ORCPT ); Mon, 9 May 2011 03:51:13 -0400 Received: from fgwmail5.fujitsu.co.jp ([192.51.44.35]:41624 "EHLO fgwmail5.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752000Ab1EIHvM (ORCPT ); Mon, 9 May 2011 03:51:12 -0400 X-SecurityPolicyCheck-FJ: OK by FujitsuOutboundMailChecker v1.3.1 From: KOSAKI Motohiro To: Stephen Wilson Subject: Re: [PATCH 7/8] proc: make struct proc_maps_private truly private Cc: kosaki.motohiro@jp.fujitsu.com, Andrew Morton , Alexander Viro , Hugh Dickins , David Rientjes , linux-mm@kvack.org, linux-kernel@vger.kernel.org In-Reply-To: <1303947349-3620-8-git-send-email-wilsons@start.ca> References: <1303947349-3620-1-git-send-email-wilsons@start.ca> <1303947349-3620-8-git-send-email-wilsons@start.ca> Message-Id: <20110509165255.1667.A69D9226@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.56.05 [ja] Date: Mon, 9 May 2011 16:51:09 +0900 (JST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 710 Lines: 20 > Now that mm/mempolicy.c is no longer implementing /proc/pid/numa_maps > there is no need to export struct proc_maps_private to the world. Move > it to fs/proc/internal.h instead. > > Signed-off-by: Stephen Wilson > --- > fs/proc/internal.h | 8 ++++++++ > include/linux/proc_fs.h | 8 -------- > 2 files changed, 8 insertions(+), 8 deletions(-) Looks good to me. Reviewed-by: KOSAKI Motohiro -- 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/