]> git.baikalelectronics.ru Git - kernel.git/commit
Include count of pagecache pages in show_mem() output
authorLarry Woodman <lwoodman@redhat.com>
Tue, 5 Feb 2008 06:29:30 +0000 (22:29 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 5 Feb 2008 17:44:19 +0000 (09:44 -0800)
commitbcfc5d2249291676713252f39196f253e8d2efb5
tree84721b0074e745474c7e71f53d58b6211cf30c40
parentcc5efbd21752235a93595031967288daa19a2a09
Include count of pagecache pages in show_mem() output

The show_mem() output does not include the total number of pagecache
pages.  This would be helpful when analyzing the debug information in
the /var/log/messages file after OOM kills occur.

This patch includes the total pagecache pages in that output.

Signed-off-by: Larry Woodman <lwoodman@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/page_alloc.c