]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - mm/vmscan.c
[SCSI] dc395x: fix printk format warning
[linux-2.6-omap-h63xx.git] / mm / vmscan.c
index b950f193816e7ddbd7633a5a7e7924545088bee7..87779dda4ec6d7af4afe8427c6cf0476138d3245 100644 (file)
@@ -1661,7 +1661,7 @@ int zone_reclaim(struct zone *zone, gfp_t gfp_mask, unsigned int order)
         * over remote processors and spread off node memory allocations
         * as wide as possible.
         */
-       node_id = zone->zone_pgdat->node_id;
+       node_id = zone_to_nid(zone);
        mask = node_to_cpumask(node_id);
        if (!cpus_empty(mask) && node_id != numa_node_id())
                return 0;