diff options
Diffstat (limited to 'include/linux/mmzone.h')
-rw-r--r-- | include/linux/mmzone.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index d240efa8f846..a5578871d033 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h | |||
@@ -709,6 +709,7 @@ typedef struct pglist_data { | |||
709 | unsigned long node_spanned_pages; /* total size of physical page | 709 | unsigned long node_spanned_pages; /* total size of physical page |
710 | range, including holes */ | 710 | range, including holes */ |
711 | int node_id; | 711 | int node_id; |
712 | nodemask_t reclaim_nodes; /* Nodes allowed to reclaim from */ | ||
712 | wait_queue_head_t kswapd_wait; | 713 | wait_queue_head_t kswapd_wait; |
713 | wait_queue_head_t pfmemalloc_wait; | 714 | wait_queue_head_t pfmemalloc_wait; |
714 | struct task_struct *kswapd; /* Protected by lock_memory_hotplug() */ | 715 | struct task_struct *kswapd; /* Protected by lock_memory_hotplug() */ |