[PATCH] slab: add transfer_objects() function
authorChristoph Lameter <clameter@sgi.com>
Sat, 25 Mar 2006 11:06:44 +0000 (03:06 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 25 Mar 2006 16:22:49 +0000 (08:22 -0800)
commit3ded175a4b7a4548f3358dcf5f3ad65f63cdb4ed
treec27a3da70d638bcf32f75c28d1da3f1eb18cb617
parentc5e3b83e97be4e09961c0af101644643e5d03d17
[PATCH] slab: add transfer_objects() function

slabr_objects() can be used to transfer objects between various object
caches of the slab allocator.  It is currently only used during
__cache_alloc() to retrieve elements from the shared array.  We will be
using it soon to transfer elements from the alien caches to the remote
shared array.

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Cc: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/slab.c