X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=mm%2Fslub.c;h=f68c0e50f3c083abe295a1dcd60668321a8f9232;hb=a0c0d985ded583e52399b5158791bedc2815eefa;hp=816df0016555ad8a5cf03c8020e0b39b75b0a498;hpb=0c38ec716cdc0397f5225047c33a3144da93f5d8;p=karo-tx-linux.git diff --git a/mm/slub.c b/mm/slub.c index 816df0016555..f68c0e50f3c0 100644 --- a/mm/slub.c +++ b/mm/slub.c @@ -1427,7 +1427,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_cache = s; __SetPageSlab(page); - if (page->pfmemalloc) + if (page_is_pfmemalloc(page)) SetPageSlabPfmemalloc(page); start = page_address(page);