slub - fix get_object_page comment
authorCyrill Gorcunov <gorcunov@gmail.com>
Tue, 28 Oct 2008 19:02:26 +0000 (22:02 +0300)
committerPekka Enberg <penberg@cs.helsinki.fi>
Wed, 26 Nov 2008 14:47:25 +0000 (16:47 +0200)
Use 'slab page' instead of 'slab object'.

Acked-by: Christoph Lameter <cl@linux-foundation.org>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
mm/slub.c

index 68ab260..8f4edac 100644 (file)
--- a/mm/slub.c
+++ b/mm/slub.c
@@ -1739,7 +1739,7 @@ void kmem_cache_free(struct kmem_cache *s, void *x)
 }
 EXPORT_SYMBOL(kmem_cache_free);
 
-/* Figure out on which slab object the object resides */
+/* Figure out on which slab page the object resides */
 static struct page *get_object_page(const void *x)
 {
        struct page *page = virt_to_head_page(x);