diff options
Diffstat (limited to 'include/linux/mmzone.h')
-rw-r--r-- | include/linux/mmzone.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 3ac040f19369..ca6ca92418a6 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h | |||
@@ -317,6 +317,12 @@ struct zone { | |||
317 | */ | 317 | */ |
318 | unsigned long lowmem_reserve[MAX_NR_ZONES]; | 318 | unsigned long lowmem_reserve[MAX_NR_ZONES]; |
319 | 319 | ||
320 | /* | ||
321 | * This is a per-zone reserve of pages that should not be | ||
322 | * considered dirtyable memory. | ||
323 | */ | ||
324 | unsigned long dirty_balance_reserve; | ||
325 | |||
320 | #ifdef CONFIG_NUMA | 326 | #ifdef CONFIG_NUMA |
321 | int node; | 327 | int node; |
322 | /* | 328 | /* |