[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20111027142858.GB6563@csn.ul.ie>
Date: Thu, 27 Oct 2011 16:29:08 +0200
From: Mel Gorman <mel@....ul.ie>
To: Dimitri Sivanich <sivanich@....com>
Cc: linux-kernel@...r.kernel.org, linux-mm@...ck.org,
Andrew Morton <akpm@...ux-foundation.org>,
Christoph Lameter <cl@...two.org>,
David Rientjes <rientjes@...gle.com>,
Andi Kleen <andi@...stfloor.org>
Subject: Re: [PATCH] cache align vm_stat
On Thu, Oct 27, 2011 at 10:50:25AM +0200, Mel Gorman wrote:
> On Mon, Oct 24, 2011 at 11:10:35AM -0500, Dimitri Sivanich wrote:
> > Avoid false sharing of the vm_stat array.
> >
> > This was found to adversely affect tmpfs I/O performance.
> >
>
> I think this fix is overly simplistic.
In a lesson on why I should not even try reviewing while attending
conferences, I totally misread what the patch is doing. It's aligning
the array to avoid false sharing with other global data, not aligning
each element. This is reasonable.
Acked-by: Mel Gorman <mel@....ul.ie>
--
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