]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/buffer.c
[PATCH] gfp_t: infrastructure
[mirror_ubuntu-artful-kernel.git] / fs / buffer.c
index 1216c0d3c8ce179adecc466a772d06ea26f4ed8d..9657696fd6d71f23d462a171f3ff1d08f9052027 100644 (file)
@@ -502,7 +502,7 @@ static void free_more_memory(void)
        yield();
 
        for_each_pgdat(pgdat) {
-               zones = pgdat->node_zonelists[GFP_NOFS&GFP_ZONEMASK].zones;
+               zones = pgdat->node_zonelists[gfp_zone(GFP_NOFS)].zones;
                if (*zones)
                        try_to_free_pages(zones, GFP_NOFS);
        }