SLUB: Define functions for cpu slab handling instead of using PageActive
authorChristoph Lameter <clameter@sgi.com>
Thu, 17 May 2007 05:10:53 +0000 (22:10 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 17 May 2007 12:23:03 +0000 (05:23 -0700)
commit4b6f0750457db1f573eb6226960a432da3be8fe2
tree9e71084c892b595e4b7383d152d7ebeea936934b
parent3ca12ee549f7837b8a685dddc9515f9fc28434ee
SLUB: Define functions for cpu slab handling instead of using PageActive

Use inline functions to access the per cpu bit.  Intoduce the notion of
"freezing" a slab to make things more understandable.

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