Re: [patch 01/10] SLUB: Consolidate add_partial and add_partial_tail to one function

2007-10-28 Thread Pekka J Enberg
On Sat, 27 Oct 2007, Christoph Lameter wrote: > Add a parameter to add_partial instead of having separate functions. > That allows the detailed control from multiple places when putting > slabs back to the partial list. If we put slabs back to the front > then they are likely immediately used for a

[patch 01/10] SLUB: Consolidate add_partial and add_partial_tail to one function

2007-10-27 Thread Christoph Lameter
Add a parameter to add_partial instead of having separate functions. That allows the detailed control from multiple places when putting slabs back to the partial list. If we put slabs back to the front then they are likely immediately used for allocations. If they are put at the end then we can max