aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory-failure.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/memory-failure.c')
-rw-r--r--mm/memory-failure.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mm/memory-failure.c b/mm/memory-failure.c
index 341341b2b47b..5c8f7e08928d 100644
--- a/mm/memory-failure.c
+++ b/mm/memory-failure.c
@@ -241,10 +241,9 @@ void shake_page(struct page *p, int access)
241 do { 241 do {
242 struct shrink_control shrink = { 242 struct shrink_control shrink = {
243 .gfp_mask = GFP_KERNEL, 243 .gfp_mask = GFP_KERNEL,
244 .nr_scanned = 1000,
245 }; 244 };
246 245
247 nr = shrink_slab(&shrink, 1000); 246 nr = shrink_slab(&shrink, 1000, 1000);
248 if (page_count(p) == 1) 247 if (page_count(p) == 1)
249 break; 248 break;
250 } while (nr > 10); 249 } while (nr > 10);