From: KAMEZAWA Hiroyuki Date: Sun, 1 May 2005 15:58:37 +0000 (-0700) Subject: [PATCH] count bounce buffer pages in vmstat X-Git-Tag: v2.6.12-rc4~136^2~177 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edfbe2b0038723e5699ab22695ccd62b5542a5c1;p=pandora-kernel.git [PATCH] count bounce buffer pages in vmstat This is a patch for counting the number of pages for bounce buffers. It's shown in /proc/vmstat. Currently, the number of bounce pages are not counted anywhere. So, if there are many bounce pages, it seems that there are leaked pages. And it's difficult for a user to imagine the usage of bounce pages. So, it's meaningful to show # of bouce pages. Signed-off-by: KAMEZAWA Hiroyuki Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed