]> err.no Git - linux-2.6/blobdiff - fs/buffer.c
SLUB Debug: fix initial object debug state of NUMA bootstrap objects
[linux-2.6] / fs / buffer.c
index 94344b2e0b46ccd3f4e19070e020be4ed6535bfd..d654a3b6209e30a0fb68d438bee7a40a9bfc54cd 100644 (file)
@@ -356,7 +356,7 @@ static void free_more_memory(void)
        for_each_online_pgdat(pgdat) {
                zones = pgdat->node_zonelists[gfp_zone(GFP_NOFS)].zones;
                if (*zones)
-                       try_to_free_pages(zones, GFP_NOFS);
+                       try_to_free_pages(zones, 0, GFP_NOFS);
        }
 }