diff options
Diffstat (limited to 'include/linux/mmzone.h')
-rw-r--r-- | include/linux/mmzone.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 4833abd4458b..839e9a04fd49 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h | |||
@@ -178,12 +178,6 @@ struct zone { | |||
178 | 178 | ||
179 | /* Zone statistics */ | 179 | /* Zone statistics */ |
180 | atomic_long_t vm_stat[NR_VM_ZONE_STAT_ITEMS]; | 180 | atomic_long_t vm_stat[NR_VM_ZONE_STAT_ITEMS]; |
181 | /* | ||
182 | * timestamp (in jiffies) of the last zone reclaim that did not | ||
183 | * result in freeing of pages. This is used to avoid repeated scans | ||
184 | * if all memory in the zone is in use. | ||
185 | */ | ||
186 | unsigned long last_unsuccessful_zone_reclaim; | ||
187 | 181 | ||
188 | /* | 182 | /* |
189 | * prev_priority holds the scanning priority for this zone. It is | 183 | * prev_priority holds the scanning priority for this zone. It is |