diff options
Diffstat (limited to 'include/linux/vmstat.h')
-rw-r--r-- | include/linux/vmstat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/vmstat.h b/include/linux/vmstat.h index 56220441d7c9..b323ea2c6260 100644 --- a/include/linux/vmstat.h +++ b/include/linux/vmstat.h | |||
@@ -22,7 +22,6 @@ | |||
22 | * commented here. | 22 | * commented here. |
23 | */ | 23 | */ |
24 | struct page_state { | 24 | struct page_state { |
25 | unsigned long nr_dirty; /* Dirty writeable pages */ | ||
26 | unsigned long nr_writeback; /* Pages under writeback */ | 25 | unsigned long nr_writeback; /* Pages under writeback */ |
27 | unsigned long nr_unstable; /* NFS unstable pages */ | 26 | unsigned long nr_unstable; /* NFS unstable pages */ |
28 | #define GET_PAGE_STATE_LAST nr_unstable | 27 | #define GET_PAGE_STATE_LAST nr_unstable |