From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx157.postini.com [74.125.245.157]) by kanga.kvack.org (Postfix) with SMTP id 2EFAA6B0044 for ; Tue, 14 Aug 2012 14:43:49 -0400 (EDT) Received: by qafk30 with SMTP id k30so4128714qaf.14 for ; Tue, 14 Aug 2012 11:43:48 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20120809135634.298829888@linux.com> References: <20120809135623.574621297@linux.com> <20120809135634.298829888@linux.com> Date: Wed, 15 Aug 2012 03:43:48 +0900 Message-ID: Subject: Re: Common11r [05/20] Move list_add() to slab_common.c From: JoonSoo Kim Content-Type: text/plain; charset=ISO-8859-1 Sender: owner-linux-mm@kvack.org List-ID: To: Christoph Lameter Cc: Glauber Costa , David Rientjes , Pekka Enberg , linux-mm@kvack.org 2012/8/9 Christoph Lameter : > Move the code to append the new kmem_cache to the list of slab caches to > the kmem_cache_create code in the shared code. > > This is possible now since the acquisition of the mutex was moved into > kmem_cache_create(). > > V1->V2: > - SLOB: Add code to remove the slab from list > (will be removed a couple of patches down when we also move the > list_del to common code). There is no code for "SLOB: Add code to remove the slab from list" -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org