aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/mmzone.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h
index dfc2452ccb10..18fed8b67943 100644
--- a/include/linux/mmzone.h
+++ b/include/linux/mmzone.h
@@ -149,6 +149,8 @@ struct zone {
149 * as it fails a watermark_ok() in __alloc_pages? 149 * as it fails a watermark_ok() in __alloc_pages?
150 */ 150 */
151 int reclaim_pages; 151 int reclaim_pages;
152 /* A count of how many reclaimers are scanning this zone */
153 atomic_t reclaim_in_progress;
152 154
153 /* 155 /*
154 * prev_priority holds the scanning priority for this zone. It is 156 * prev_priority holds the scanning priority for this zone. It is