commit | 7656c72b5a631452ace361037ccf8384454d0f72 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Wed May 09 02:32:40 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed May 09 12:30:45 2007 -0700 |
tree | de14c2fe8b9145f8c618f2e11b6ebc2d2e047de0 | |
parent | 672bba3a4b2e65ed95ebd0cf764bd628bd1da74f [diff] |
SLUB: add macros for scanning objects in a slab Scanning of objects happens in a number of functions. Consolidate that code. DECLARE_BITMAP instead of coding the declaration for bitmaps. Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>