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 b8c91b342e24..e549a7fbc296 100644 --- a/mm/internal.h +++ b/mm/internal.h | |||
@@ -131,6 +131,7 @@ struct compact_control { | |||
131 | int migratetype; /* MOVABLE, RECLAIMABLE etc */ | 131 | int migratetype; /* MOVABLE, RECLAIMABLE etc */ |
132 | struct zone *zone; | 132 | struct zone *zone; |
133 | bool *contended; /* True if a lock was contended */ | 133 | bool *contended; /* True if a lock was contended */ |
134 | struct page **page; /* Page captured of requested size */ | ||
134 | }; | 135 | }; |
135 | 136 | ||
136 | unsigned long | 137 | unsigned long |