From: Linus Torvalds Date: Wed, 2 Jan 2008 21:04:48 +0000 (-0800) Subject: Unify /proc/slabinfo configuration X-Git-Tag: v2.6.24-rc7~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=158a962422e4a54dc256b6a9b9562f3d30d34d9c;p=pandora-kernel.git Unify /proc/slabinfo configuration Both SLUB and SLAB really did almost exactly the same thing for /proc/slabinfo setup, using duplicate code and per-allocator #ifdef's. This just creates a common CONFIG_SLABINFO that is enabled by both SLUB and SLAB, and shares all the setup code. Maybe SLOB will want this some day too. Reviewed-by: Pekka Enberg Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed