From: Christoph Lameter Date: Sat, 25 Mar 2006 11:06:44 +0000 (-0800) Subject: [PATCH] slab: add transfer_objects() function X-Git-Tag: v2.6.17-rc1~853 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ded175a4b7a4548f3358dcf5f3ad65f63cdb4ed;p=pandora-kernel.git [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 Cc: Pekka Enberg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed