Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276534
b: refs/heads/master
c: b53fc7c
h: refs/heads/master
v: v3
  • Loading branch information
Claudio Scordino authored and Linus Torvalds committed Dec 9, 2011
1 parent 42c6bfe commit b460cbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 83aeeada7c69f35e5100b27ec354335597a7a488
refs/heads/master: b53fc7c2974a50913f49e1d800fe904a28c338e3
7 changes: 4 additions & 3 deletions trunk/fs/proc/meminfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,13 @@ static int meminfo_proc_show(struct seq_file *m, void *v)
K(i.freeswap),
K(global_page_state(NR_FILE_DIRTY)),
K(global_page_state(NR_WRITEBACK)),
K(global_page_state(NR_ANON_PAGES)
#ifdef CONFIG_TRANSPARENT_HUGEPAGE
K(global_page_state(NR_ANON_PAGES)
+ global_page_state(NR_ANON_TRANSPARENT_HUGEPAGES) *
HPAGE_PMD_NR
HPAGE_PMD_NR),
#else
K(global_page_state(NR_ANON_PAGES)),
#endif
),
K(global_page_state(NR_FILE_MAPPED)),
K(global_page_state(NR_SHMEM)),
K(global_page_state(NR_SLAB_RECLAIMABLE) +
Expand Down

0 comments on commit b460cbd

Please sign in to comment.