Loading mm/slub.c +1 −1 Original line number Diff line number Diff line Loading @@ -1369,7 +1369,7 @@ static struct page *new_slab(struct kmem_cache *s, gfp_t flags, int node) inc_slabs_node(s, page_to_nid(page), page->objects); page->slab = s; page->flags |= 1 << PG_slab; __SetPageSlab(page); start = page_address(page); Loading Loading
mm/slub.c +1 −1 Original line number Diff line number Diff line Loading @@ -1369,7 +1369,7 @@ static struct page *new_slab(struct kmem_cache *s, gfp_t flags, int node) inc_slabs_node(s, page_to_nid(page), page->objects); page->slab = s; page->flags |= 1 << PG_slab; __SetPageSlab(page); start = page_address(page); Loading