]> git.baikalelectronics.ru Git - kernel.git/commit
SLUB: add macros for scanning objects in a slab
authorChristoph Lameter <clameter@sgi.com>
Wed, 9 May 2007 09:32:40 +0000 (02:32 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 9 May 2007 19:30:45 +0000 (12:30 -0700)
commitb90c285a9e8cca604763ba5046fbbe10c0f52787
treede14c2fe8b9145f8c618f2e11b6ebc2d2e047de0
parentc8517272d5dc25e693d63e8d90030b6d4b4487ba
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>
mm/slub.c