* [PATCH] slub - fix get_object_page comment
@ 2008-10-28 19:02 Cyrill Gorcunov
2008-10-30 15:39 ` Christoph Lameter
0 siblings, 1 reply; 3+ messages in thread
From: Cyrill Gorcunov @ 2008-10-28 19:02 UTC (permalink / raw)
To: Christoph Lameter; +Cc: Pekka Enberg, LKML
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);
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-10-31 8:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-28 19:02 [PATCH] slub - fix get_object_page comment Cyrill Gorcunov
2008-10-30 15:39 ` Christoph Lameter
2008-10-31 8:54 ` Pekka Enberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox