SLUB: get rid of finish_bootstrap
authorChristoph Lameter <clameter@sgi.com>
Wed, 9 May 2007 09:32:39 +0000 (02:32 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 9 May 2007 19:30:45 +0000 (12:30 -0700)
commit26a7bd030254c462a9e771f6edc54cb972044034
treedbbcd0c5dccc8b1ecd71e342e2c26aa7b61be143
parent1f99a283dc13b167b93b2e453a30782955f165c2
SLUB: get rid of finish_bootstrap

Its only purpose was to bring some sort of symmetry to sysfs usage when
dealing with bootstrapping per cpu flushing.  Since we do not time out slabs
anymore we have no need to run finish_bootstrap even without sysfs.  Fold it
back into slab_sysfs_init and drop the initcall for the !SYFS case.

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