Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965245AbWEOVrk (ORCPT ); Mon, 15 May 2006 17:47:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965259AbWEOVrk (ORCPT ); Mon, 15 May 2006 17:47:40 -0400 Received: from omx1-ext.sgi.com ([192.48.179.11]:16277 "EHLO omx1.americas.sgi.com") by vger.kernel.org with ESMTP id S965245AbWEOVrj (ORCPT ); Mon, 15 May 2006 17:47:39 -0400 Date: Mon, 15 May 2006 14:47:27 -0700 (PDT) From: Christoph Lameter To: Roland Dreier cc: Linus Torvalds , "akpm@osdl.org Linux Kernel Mailing List" , openib-general@openib.org, Or Gerlitz , Pekka Enberg Subject: Re: [PATCH] slab: Fix kmem_cache_destroy() on NUMA In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 544 Lines: 13 On Mon, 15 May 2006, Roland Dreier wrote: > This patch fixes this by having drain_cpu_caches() do > drain_alien_cache() on every node before it does drain_array() on the > nodes' shared array_caches. Correct. That is the fix that I suggested earlier. The alien caches needs to be drained first. - 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/