show_mem() has no need to print the amount of free swap space manually because
show_free_areas() does this already and is called by the former.
The two outputs only differ in text formatting:
printk("Free swap = %lukB\n", ...);
printk("Free swap: %6ldkB\n", ...);
Signed-off-by: Johannes Weiner <hannes@saeurebad.de>
Cc: Mikael Starvik <mikael.starvik@axis.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
||
|---|---|---|
| .. | ||
| arch-v10 | ||
| arch-v32 | ||
| kernel | ||
| mm | ||
| artpec_3_defconfig | ||
| defconfig | ||
| etraxfs_defconfig | ||
| Kconfig | ||
| Kconfig.debug | ||
| Makefile | ||