diff options
Diffstat (limited to 'mm/internal.h')
-rw-r--r-- | mm/internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/internal.h b/mm/internal.h index 3ac544f1963f..f6f3353b0868 100644 --- a/mm/internal.h +++ b/mm/internal.h | |||
@@ -174,6 +174,7 @@ struct compact_control { | |||
174 | enum migrate_mode mode; /* Async or sync migration mode */ | 174 | enum migrate_mode mode; /* Async or sync migration mode */ |
175 | bool ignore_skip_hint; /* Scan blocks even if marked skip */ | 175 | bool ignore_skip_hint; /* Scan blocks even if marked skip */ |
176 | bool direct_compaction; /* False from kcompactd or /proc/... */ | 176 | bool direct_compaction; /* False from kcompactd or /proc/... */ |
177 | bool whole_zone; /* Whole zone has been scanned */ | ||
177 | int order; /* order a direct compactor needs */ | 178 | int order; /* order a direct compactor needs */ |
178 | const gfp_t gfp_mask; /* gfp mask of a direct compactor */ | 179 | const gfp_t gfp_mask; /* gfp mask of a direct compactor */ |
179 | const unsigned int alloc_flags; /* alloc flags of a direct compactor */ | 180 | const unsigned int alloc_flags; /* alloc flags of a direct compactor */ |