[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.00.1005180853400.15028@router.home>
Date: Tue, 18 May 2010 08:55:12 -0500 (CDT)
From: Christoph Lameter <cl@...ux.com>
To: Haicheng Li <haicheng.li@...ux.intel.com>
cc: Wu Fengguang <fengguang.wu@...el.com>,
"linux-mm@...ck.org" <linux-mm@...ck.org>,
"akpm@...ux-foundation.org" <akpm@...ux-foundation.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Andi Kleen <andi@...stfloor.org>, Mel Gorman <mel@....ul.ie>,
Tejun Heo <tj@...nel.org>
Subject: Re: [RESEND][PATCH 3/3] mem-hotplug: fix potential race while building
zonelist for new populated zone
On Tue, 18 May 2010, Haicheng Li wrote:
> +extern struct mutex zonelists_pageset_mutex;
The mutext is used for multiple serializations having to do with zones.
"pageset" suggests its only for pagesets.
So
zones_mutex?
or
zonelists_mutex?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists