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>