These changes are a raw update to a vanilla kernel 4.1.10, with the
[kvmfornfv.git] / kernel / mm / slub.c
index f657453..905e283 100644 (file)
@@ -1409,7 +1409,7 @@ static struct page *allocate_slab(struct kmem_cache *s, gfp_t flags, int node)
        order = compound_order(page);
        page->slab_cache = s;
        __SetPageSlab(page);
-       if (page->pfmemalloc)
+       if (page_is_pfmemalloc(page))
                SetPageSlabPfmemalloc(page);
 
        start = page_address(page);