Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108937
b: refs/heads/master
c: 07279cd
h: refs/heads/master
i:
  108935: 164eb83
v: v3
  • Loading branch information
Hugh Dickins authored and Linus Torvalds committed Aug 20, 2008
1 parent 220a109 commit db0ad1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 16f8c5b2e64dec7faa5d3c7e9bdf0765e864e481
refs/heads/master: 07279cdfd964acc032de92a527cb11b1f40f35aa
2 changes: 1 addition & 1 deletion trunk/mm/swap_state.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ void show_swap_cache_info(void)
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));
printk("Free swap = %ldkB\n", nr_swap_pages << (PAGE_SHIFT - 10));
printk("Total swap = %lukB\n", total_swap_pages << (PAGE_SHIFT - 10));
}

Expand Down

0 comments on commit db0ad1e

Please sign in to comment.