diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/proc/proc_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/proc_misc.c b/fs/proc/proc_misc.c index ff809656ce31..16aaf7187bb3 100644 --- a/fs/proc/proc_misc.c +++ b/fs/proc/proc_misc.c | |||
@@ -194,7 +194,7 @@ static int meminfo_read_proc(char *page, char **start, off_t off, | |||
194 | K(ps.nr_writeback), | 194 | K(ps.nr_writeback), |
195 | K(global_page_state(NR_ANON_PAGES)), | 195 | K(global_page_state(NR_ANON_PAGES)), |
196 | K(global_page_state(NR_FILE_MAPPED)), | 196 | K(global_page_state(NR_FILE_MAPPED)), |
197 | K(ps.nr_slab), | 197 | K(global_page_state(NR_SLAB)), |
198 | K(allowed), | 198 | K(allowed), |
199 | K(committed), | 199 | K(committed), |
200 | K(ps.nr_page_table_pages), | 200 | K(ps.nr_page_table_pages), |