diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mm_inline.h | 1 | ||||
| -rw-r--r-- | include/linux/mmzone.h | 1 | ||||
| -rw-r--r-- | include/linux/vmstat.h | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/mm_inline.h b/include/linux/mm_inline.h index 1397ccf81e91..cf55945c83fb 100644 --- a/include/linux/mm_inline.h +++ b/include/linux/mm_inline.h | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | #define LINUX_MM_INLINE_H | 2 | #define LINUX_MM_INLINE_H |
| 3 | 3 | ||
| 4 | #include <linux/huge_mm.h> | 4 | #include <linux/huge_mm.h> |
| 5 | #include <linux/swap.h> | ||
| 5 | 6 | ||
| 6 | /** | 7 | /** |
| 7 | * page_is_file_cache - should the page be on a file LRU or anon LRU? | 8 | * page_is_file_cache - should the page be on a file LRU or anon LRU? |
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index ac1ea796ec0f..bd791e452ad7 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h | |||
| @@ -353,7 +353,6 @@ struct zone { | |||
| 353 | * free areas of different sizes | 353 | * free areas of different sizes |
| 354 | */ | 354 | */ |
| 355 | spinlock_t lock; | 355 | spinlock_t lock; |
| 356 | int all_unreclaimable; /* All pages pinned */ | ||
| 357 | #if defined CONFIG_COMPACTION || defined CONFIG_CMA | 356 | #if defined CONFIG_COMPACTION || defined CONFIG_CMA |
| 358 | /* Set to true when the PG_migrate_skip bits should be cleared */ | 357 | /* Set to true when the PG_migrate_skip bits should be cleared */ |
| 359 | bool compact_blockskip_flush; | 358 | bool compact_blockskip_flush; |
diff --git a/include/linux/vmstat.h b/include/linux/vmstat.h index 502767f4e4d4..e4b948080d20 100644 --- a/include/linux/vmstat.h +++ b/include/linux/vmstat.h | |||
| @@ -143,7 +143,6 @@ static inline unsigned long zone_page_state_snapshot(struct zone *zone, | |||
| 143 | } | 143 | } |
| 144 | 144 | ||
| 145 | extern unsigned long global_reclaimable_pages(void); | 145 | extern unsigned long global_reclaimable_pages(void); |
| 146 | extern unsigned long zone_reclaimable_pages(struct zone *zone); | ||
| 147 | 146 | ||
| 148 | #ifdef CONFIG_NUMA | 147 | #ifdef CONFIG_NUMA |
| 149 | /* | 148 | /* |
