aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/slub.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/slub.c b/mm/slub.c
index addb20a6d67d..0eab12bd0ac9 100644
--- a/mm/slub.c
+++ b/mm/slub.c
@@ -1878,8 +1878,8 @@ static void init_kmem_cache_node(struct kmem_cache_node *n)
1878 * Note that this function only works on the kmalloc_node_cache 1878 * Note that this function only works on the kmalloc_node_cache
1879 * when allocating for the kmalloc_node_cache. 1879 * when allocating for the kmalloc_node_cache.
1880 */ 1880 */
1881static struct kmem_cache_node * __init early_kmem_cache_node_alloc(gfp_t gfpflags, 1881static struct kmem_cache_node *early_kmem_cache_node_alloc(gfp_t gfpflags,
1882 int node) 1882 int node)
1883{ 1883{
1884 struct page *page; 1884 struct page *page;
1885 struct kmem_cache_node *n; 1885 struct kmem_cache_node *n;