Re: [PATCH v3 2/5] slab: introduce helper functions to get/set free object

2014-01-14 Thread David Rientjes
On Mon, 2 Dec 2013, Joonsoo Kim wrote: > In the following patches, to get/set free objects from the freelist > is changed so that simple casting doesn't work for it. Therefore, > introduce helper functions. > > Acked-by: Christoph Lameter > Signed-off-by: Joonsoo Kim Acked-by: David Rientjes

Re: [PATCH v3 2/5] slab: introduce helper functions to get/set free object

2014-01-14 Thread David Rientjes
On Mon, 2 Dec 2013, Joonsoo Kim wrote: In the following patches, to get/set free objects from the freelist is changed so that simple casting doesn't work for it. Therefore, introduce helper functions. Acked-by: Christoph Lameter c...@linux.com Signed-off-by: Joonsoo Kim

[PATCH v3 2/5] slab: introduce helper functions to get/set free object

2013-12-02 Thread Joonsoo Kim
In the following patches, to get/set free objects from the freelist is changed so that simple casting doesn't work for it. Therefore, introduce helper functions. Acked-by: Christoph Lameter Signed-off-by: Joonsoo Kim diff --git a/mm/slab.c b/mm/slab.c index e749f75..77f9eae 100644 ---

[PATCH v3 2/5] slab: introduce helper functions to get/set free object

2013-12-02 Thread Joonsoo Kim
In the following patches, to get/set free objects from the freelist is changed so that simple casting doesn't work for it. Therefore, introduce helper functions. Acked-by: Christoph Lameter c...@linux.com Signed-off-by: Joonsoo Kim iamjoonsoo@lge.com diff --git a/mm/slab.c b/mm/slab.c index