Re: [PATCH 6/9] slab: introduce alien_cache
From: Christoph Lameter <hidden>
Date: 2014-02-14 18:46:19
Also in:
lkml
From: Christoph Lameter <hidden>
Date: 2014-02-14 18:46:19
Also in:
lkml
On Fri, 14 Feb 2014, Joonsoo Kim wrote:
Currently, we use array_cache for alien_cache. Although they are mostly similar, there is one difference, that is, need for spinlock. We don't need spinlock for array_cache itself, but to use array_cache for alien_cache, array_cache structure should have spinlock. This is needless overhead, so removing it would be better. This patch prepare it by introducing alien_cache and using it. In the following patch, we remove spinlock in array_cache.
Acked-by: Christoph Lameter <redacted> -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>