[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081028190226.GE7357@localhost>
Date: Tue, 28 Oct 2008 22:02:26 +0300
From: Cyrill Gorcunov <gorcunov@...il.com>
To: Christoph Lameter <cl@...ux-foundation.org>
Cc: Pekka Enberg <penberg@...helsinki.fi>,
LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH] slub - fix get_object_page comment
Use 'slab page' instead of 'slab object'.
---
Not a big deal but anyway :)
Index: linux-2.6.git/mm/slub.c
===================================================================
--- linux-2.6.git.orig/mm/slub.c 2008-10-27 21:35:50.000000000 +0300
+++ linux-2.6.git/mm/slub.c 2008-10-28 21:57:51.000000000 +0300
@@ -1748,7 +1748,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 page the object resides */
static struct page *get_object_page(const void *x)
{
struct page *page = virt_to_head_page(x);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists