SLUB: Define functions for cpu slab handling instead of using PageActive
authorChristoph Lameter <[email protected]>
Thu, 17 May 2007 05:10:53 +0000 (22:10 -0700)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/slub.c