[PATCH] slab: remove SLAB_LEVEL_MASK
authorChristoph Lameter <clameter@sgi.com>
Thu, 7 Dec 2006 04:33:12 +0000 (20:33 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Thu, 7 Dec 2006 16:39:23 +0000 (08:39 -0800)
commita06d72c1dcbff015250df6ad9f0b1d18c02113bf
treee3284c3fa53817481c05a1cf8033f85ad6c6a26b
parent6e0eaa4b05cf53ca5caa702fd2760a5b3376be69
[PATCH] slab: remove SLAB_LEVEL_MASK

SLAB_LEVEL_MASK is only used internally to the slab and is
and alias of GFP_LEVEL_MASK.

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/slab.h
mm/slab.c