[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.00.1009141357160.444@router.home>
Date: Tue, 14 Sep 2010 13:59:43 -0500 (CDT)
From: Christoph Lameter <cl@...ux.com>
To: Pekka Enberg <penberg@...nel.org>
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 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>
--
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