diff options
Diffstat (limited to 'mm/internal.h')
-rw-r--r-- | mm/internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/internal.h b/mm/internal.h index 5a0738fa649c..4c1d604c396c 100644 --- a/mm/internal.h +++ b/mm/internal.h | |||
@@ -144,8 +144,8 @@ struct compact_control { | |||
144 | int order; /* order a direct compactor needs */ | 144 | int order; /* order a direct compactor needs */ |
145 | int migratetype; /* MOVABLE, RECLAIMABLE etc */ | 145 | int migratetype; /* MOVABLE, RECLAIMABLE etc */ |
146 | struct zone *zone; | 146 | struct zone *zone; |
147 | bool contended; /* True if a lock was contended, or | 147 | int contended; /* Signal need_sched() or lock |
148 | * need_resched() true during async | 148 | * contention detected during |
149 | * compaction | 149 | * compaction |
150 | */ | 150 | */ |
151 | }; | 151 | }; |