mm/util.c must #include <linux/sched.h>
[deliverable/linux.git] / mm / swap_state.c
index 2c217e33d4970bbda38214b48e81256ea3c5130b..b8035b0551297f6ca7c2e09239d454e4707f5320 100644 (file)
@@ -56,7 +56,8 @@ static struct {
 
 void show_swap_cache_info(void)
 {
-       printk("Swap cache: add %lu, delete %lu, find %lu/%lu\n",
+       printk("%lu pages in swap cache\n", total_swapcache_pages);
+       printk("Swap cache stats: add %lu, delete %lu, find %lu/%lu\n",
                swap_cache_info.add_total, swap_cache_info.del_total,
                swap_cache_info.find_success, swap_cache_info.find_total);
        printk("Free swap  = %lukB\n", nr_swap_pages << (PAGE_SHIFT - 10));
This page took 0.024857 seconds and 5 git commands to generate.