--- mm/slub.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Index: linux-2.6.21-rc6/mm/slub.c =================================================================== --- linux-2.6.21-rc6.orig/mm/slub.c 2007-04-11 11:32:01.000000000 -0700 +++ linux-2.6.21-rc6/mm/slub.c 2007-04-11 11:32:02.000000000 -0700 @@ -1292,8 +1292,7 @@ checks_ok: goto slab_empty; /* - * Objects left in the slab. If it - * was not on the partial list before + * Objects left in the slab. If the page is not on the partial list * then add it. */ if (unlikely(!prior)) @@ -1336,7 +1335,7 @@ void kmem_cache_free(struct kmem_cache * } EXPORT_SYMBOL(kmem_cache_free); -/* Figure out on which slab object the object resides */ +/* Figure out on which slab the object resides */ static struct page *get_object_page(const void *x) { struct page *page = virt_to_head_page(x); @@ -1387,7 +1386,7 @@ static int slub_min_objects = 8; static int slub_nomerge; /* - * Debug settings: + * Debug settings */ static int slub_debug;