Re: [PATCH] mm/slub: fix accumulate per cpu partial cache objects

2013-12-30 Thread Pekka Enberg
On 12/30/2013 03:08 AM, Wanpeng Li wrote: Zefan's patch is good enough, mine doesn't need any more. OK, thanks guys! Pekka -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http:/

Re: [PATCH] mm/slub: fix accumulate per cpu partial cache objects

2013-12-29 Thread Pekka Enberg
On Sat, Dec 28, 2013 at 3:50 AM, Li Zefan wrote: > On 2013/12/27 17:46, Wanpeng Li wrote: >> SLUB per cpu partial cache is a list of slab caches to accelerate objects >> allocation. However, current codes just accumulate the objects number of >> the first slab cache of per cpu partial cache instea

Re: [PATCH] mm/slub: fix accumulate per cpu partial cache objects

2013-12-27 Thread Li Zefan
On 2013/12/27 17:46, Wanpeng Li wrote: > SLUB per cpu partial cache is a list of slab caches to accelerate objects > allocation. However, current codes just accumulate the objects number of > the first slab cache of per cpu partial cache instead of traverse the whole > list. > > Signed-off-by:

[PATCH] mm/slub: fix accumulate per cpu partial cache objects

2013-12-27 Thread Wanpeng Li
SLUB per cpu partial cache is a list of slab caches to accelerate objects allocation. However, current codes just accumulate the objects number of the first slab cache of per cpu partial cache instead of traverse the whole list. Signed-off-by: Wanpeng Li --- mm/slub.c | 32 +