[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4C8FCDB8.3030800@kernel.org>
Date: Tue, 14 Sep 2010 22:32:08 +0300
From: Pekka Enberg <penberg@...nel.org>
To: Christoph Lameter <cl@...ux.com>
CC: torvalds@...ux-foundation.org, linux-kernel@...r.kernel.org,
David Rientjes <rientjes@...gle.com>
Subject: Re: [PATCH v2 1/2] SLUB: Fix merged slab cache names
On 14.9.2010 21.59, Christoph Lameter wrote:
> On Tue, 14 Sep 2010, Pekka Enberg wrote:
>
>> @@ -3211,6 +3225,7 @@ struct kmem_cache *kmem_cache_create(const char *name, size_t size,
>> size_t align, unsigned long flags, void (*ctor)(void *))
>> {
>> struct kmem_cache *s;
>> + char *dup_name;
> Dont like the name. Its a short lived variables. So "n"?
>
> Otherwise
>
> Acked-by: Christoph Lameter<cl@...ux.com>
>
Fixed.
--
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