From 95946185f5095c589a63b589a4d6e67947699bb7 Mon Sep 17 00:00:00 2001 From: Christoph Lameter Date: Fri, 15 Feb 2008 15:22:22 -0800 Subject: [PATCH] slub: Drop fallback to page allocator method There is now slub method of falling back to a slab page of minimal order. No need anymore for the fallback to kmalloc_large(). Reviewed-by: Pekka Enberg Signed-off-by: Christoph Lameter --- mm/slub.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/mm/slub.c b/mm/slub.c index 94a85b4..ccca4aa 100644 --- a/mm/slub.c +++ b/mm/slub.c @@ -73,7 +73,6 @@ * * We track full slabs for debugging purposes though because otherwise we * cannot scan all objects. - * * Slabs are freed when they become empty. Teardown and setup is * minimal so we rely on the page allocators per cpu caches for * fast frees and allocs. -- 1.5.4.4