Re: Common11 [06/20] Extract a common function for kmem_cache_destroy

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 08/09/2012 01:01 AM, Christoph Lameter wrote:
> -void kmem_cache_destroy(struct kmem_cache *c)
> +void __kmem_cache_destroy(struct kmem_cache *c)
>  {
> -	mutex_lock(&slab_mutex);
> -	list_del(&c->list);
> -	mutex_unlock(&slab_mutex);
>  	kmemleak_free(c);
> -	if (c->flags & SLAB_DESTROY_BY_RCU)

which tree are you based on?

These lines you are removing doesn't seem to exist on Pekka's, and are
certainly not added in the previous patches. The patch fails to apply
because of that.

As a matter of fact, this removal was not present in your earlier series.

For now I'll manually edit it.

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@xxxxxxxxx.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@xxxxxxxxx";> email@xxxxxxxxx </a>


[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]