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 aad98003176..ceb675d83a5 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h | |||
@@ -97,6 +97,7 @@ enum zone_stat_item { | |||
97 | NR_UNSTABLE_NFS, /* NFS unstable pages */ | 97 | NR_UNSTABLE_NFS, /* NFS unstable pages */ |
98 | NR_BOUNCE, | 98 | NR_BOUNCE, |
99 | NR_VMSCAN_WRITE, | 99 | NR_VMSCAN_WRITE, |
100 | NR_WRITEBACK_TEMP, /* Writeback using temporary buffers */ | ||
100 | #ifdef CONFIG_NUMA | 101 | #ifdef CONFIG_NUMA |
101 | NUMA_HIT, /* allocated in intended node */ | 102 | NUMA_HIT, /* allocated in intended node */ |
102 | NUMA_MISS, /* allocated in non intended node */ | 103 | NUMA_MISS, /* allocated in non intended node */ |