aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/slub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/slub.c b/mm/slub.c
index 68ab260583d0..8f4edacd082d 100644
--- a/mm/slub.c
+++ b/mm/slub.c
@@ -1739,7 +1739,7 @@ void kmem_cache_free(struct kmem_cache *s, void *x)
1739} 1739}
1740EXPORT_SYMBOL(kmem_cache_free); 1740EXPORT_SYMBOL(kmem_cache_free);
1741 1741
1742/* Figure out on which slab object the object resides */ 1742/* Figure out on which slab page the object resides */
1743static struct page *get_object_page(const void *x) 1743static struct page *get_object_page(const void *x)
1744{ 1744{
1745 struct page *page = virt_to_head_page(x); 1745 struct page *page = virt_to_head_page(x);