diff options
Diffstat (limited to 'mm/internal.h')
-rw-r--r-- | mm/internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mm/internal.h b/mm/internal.h index a4f90ba7068e..b643938fcf12 100644 --- a/mm/internal.h +++ b/mm/internal.h | |||
@@ -168,6 +168,8 @@ struct compact_control { | |||
168 | 168 | ||
169 | int order; /* order a direct compactor needs */ | 169 | int order; /* order a direct compactor needs */ |
170 | const gfp_t gfp_mask; /* gfp mask of a direct compactor */ | 170 | const gfp_t gfp_mask; /* gfp mask of a direct compactor */ |
171 | const int alloc_flags; /* alloc flags of a direct compactor */ | ||
172 | const int classzone_idx; /* zone index of a direct compactor */ | ||
171 | struct zone *zone; | 173 | struct zone *zone; |
172 | int contended; /* Signal need_sched() or lock | 174 | int contended; /* Signal need_sched() or lock |
173 | * contention detected during | 175 | * contention detected during |