We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ae8c0 commit 2be5fbfCopy full SHA for 2be5fbf
fs/proc/meminfo.c
@@ -132,9 +132,9 @@ static int meminfo_proc_show(struct seq_file *m, void *v)
132
global_node_page_state(NR_SHMEM_THPS) * HPAGE_PMD_NR);
133
show_val_kb(m, "ShmemPmdMapped: ",
134
global_node_page_state(NR_SHMEM_PMDMAPPED) * HPAGE_PMD_NR);
135
- show_val_kb(m, "FileHugePages: ",
+ show_val_kb(m, "FileHugePages: ",
136
global_node_page_state(NR_FILE_THPS) * HPAGE_PMD_NR);
137
- show_val_kb(m, "FilePmdMapped: ",
+ show_val_kb(m, "FilePmdMapped: ",
138
global_node_page_state(NR_FILE_PMDMAPPED) * HPAGE_PMD_NR);
139
#endif
140
0 commit comments