Re: [PATCH v2 1/2] SLUB: Fix merged slab cache names

From: Pekka Enberg
Date: Tue Sep 14 2010 - 15:32:17 EST


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@xxxxxxxxx>

Fixed.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/