Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756282Ab2JVU4V (ORCPT ); Mon, 22 Oct 2012 16:56:21 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:41431 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755085Ab2JVU4B (ORCPT ); Mon, 22 Oct 2012 16:56:01 -0400 Date: Mon, 22 Oct 2012 13:55:59 -0700 From: Andrew Morton To: Kamezawa Hiroyuki Cc: David Rientjes , Linus Torvalds , Dave Jones , KOSAKI Motohiro , bhutchings@solarflare.com, Konstantin Khlebnikov , Naoya Horiguchi , Hugh Dickins , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [patch for-3.7 v3] mm, mempolicy: hold task->mempolicy refcount while reading numa_maps. Message-Id: <20121022135559.1ccb14bc.akpm@linux-foundation.org> In-Reply-To: <5084B3C3.3070906@jp.fujitsu.com> References: <20121017040515.GA13505@redhat.com> <20121017181413.GA16805@redhat.com> <20121017193229.GC16805@redhat.com> <20121017194501.GA24400@redhat.com> <507F803A.8000900@jp.fujitsu.com> <507F86BD.7070201@jp.fujitsu.com> <508110C4.6030805@jp.fujitsu.com> <5084B3C3.3070906@jp.fujitsu.com> X-Mailer: Sylpheed 3.0.2 (GTK+ 2.20.1; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1238 Lines: 44 On Mon, 22 Oct 2012 11:47:31 +0900 Kamezawa Hiroyuki wrote: > (2012/10/19 18:28), David Rientjes wrote: > > > Looks good, but the patch is whitespace damaged so it doesn't apply. When > > that's fixed: > > > > Acked-by: David Rientjes > > Sorry, I hope this one is not broken... > > ... > > --- a/fs/proc/internal.h > +++ b/fs/proc/internal.h > @@ -12,6 +12,7 @@ > #include > #include > struct ctl_table_header; > +struct mempolicy; > > extern struct proc_dir_entry proc_root; > #ifdef CONFIG_PROC_SYSCTL > @@ -74,6 +75,9 @@ struct proc_maps_private { > #ifdef CONFIG_MMU > struct vm_area_struct *tail_vma; > #endif > +#ifdef CONFIG_NUMA > + struct mempolicy *task_mempolicy; > +#endif > }; The mail client space-stuffed it. We merged this three days ago, in 9e7814404b77c3e8920b. Please check that it landed OK - there's a newline fixup in there but it looks good to me. -- 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/