|
@@ -1928,9 +1928,8 @@ static void kcompactd_do_work(pg_data_t *pgdat)
|
|
.total_free_scanned = 0,
|
|
.total_free_scanned = 0,
|
|
.classzone_idx = pgdat->kcompactd_classzone_idx,
|
|
.classzone_idx = pgdat->kcompactd_classzone_idx,
|
|
.mode = MIGRATE_SYNC_LIGHT,
|
|
.mode = MIGRATE_SYNC_LIGHT,
|
|
- .ignore_skip_hint = true,
|
|
|
|
|
|
+ .ignore_skip_hint = false,
|
|
.gfp_mask = GFP_KERNEL,
|
|
.gfp_mask = GFP_KERNEL,
|
|
-
|
|
|
|
};
|
|
};
|
|
trace_mm_compaction_kcompactd_wake(pgdat->node_id, cc.order,
|
|
trace_mm_compaction_kcompactd_wake(pgdat->node_id, cc.order,
|
|
cc.classzone_idx);
|
|
cc.classzone_idx);
|