xen/grants: Remove gnttab_max_grant_frames dependency on gnttab_init.
[linux-2.6-microblaze.git] / fs / drop_caches.c
index c00e055..9fd702f 100644 (file)
@@ -44,6 +44,7 @@ static void drop_slab(void)
                .gfp_mask = GFP_KERNEL,
        };
 
+       nodes_setall(shrink.nodes_to_scan);
        do {
                nr_objects = shrink_slab(&shrink, 1000, 1000);
        } while (nr_objects > 10);