From: Manfred Spraul Date: Wed, 1 Feb 2006 11:05:42 +0000 (-0800) Subject: [PATCH] slab: distinguish between object and buffer size X-Git-Tag: v2.6.16-rc2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dafccf22751429e69b6266636cf3acf45b48075;p=pandora-kernel.git [PATCH] slab: distinguish between object and buffer size An object cache has two different object lengths: - the amount of memory available for the user (object size) - the amount of memory allocated internally (buffer size) This patch does some renames to make the code reflect that better. Signed-off-by: Manfred Spraul Signed-off-by: Pekka Enberg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed