From: Ravikiran G Thirumalai Date: Tue, 26 Sep 2006 06:31:34 +0000 (-0700) Subject: [PATCH] Add some comments to slab.c X-Git-Tag: v2.6.19-rc1~1181 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5ac9c5aec7c4bc57fa93f2d37d760a22cb7bd33;p=pandora-kernel.git [PATCH] Add some comments to slab.c Also, checks if we get a valid slabp_cache for off slab slab-descriptors. We should always get this. If we don't, then in that case we, will have to disable off-slab descriptors for this cache and do the calculations again. This is a rare case, so add a BUG_ON, for now, just in case. Signed-off-by: Alok N Kataria Signed-off-by: Ravikiran Thirumalai Signed-off-by: Shai Fultheim Cc: Pekka Enberg Cc: Manfred Spraul Cc: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed