Re: [PATCH 1/2] slab: commonize slab_cache field in struct page

2012-10-24 Thread Pekka Enberg
On Mon, 22 Oct 2012, Glauber Costa wrote: > Right now, slab and slub have fields in struct page to derive which > cache a page belongs to, but they do it slightly differently. > > slab uses a field called slab_cache, that lives in the third double > word. slub, uses a field called "slab", living o

Re: [PATCH 1/2] slab: commonize slab_cache field in struct page

2012-10-22 Thread Christoph Lameter
On Mon, 22 Oct 2012, Glauber Costa wrote: > The naming used by slab, "slab_cache", is less confusing, and it is > preferred over slub's generic "slab". Acked-by: Christoph Lameter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vge