From: Hugh Dickins Date: Wed, 20 Aug 2008 21:09:05 +0000 (-0700) Subject: mm: show free swap as signed X-Git-Tag: v2.6.27-rc4~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07279cdfd964acc032de92a527cb11b1f40f35aa;p=pandora-kernel.git mm: show free swap as signed Adjust m show_swap_cache_info() to show "Free swap" as a signed long: the signed format is preferable, because during swapoff nr_swap_pages can legitimately go negative, so makes more sense thus (it used to be shown redundantly, once as signed and once as unsigned). Signed-off-by: Hugh Dickins Reviewed-by: KOSAKI Motohiro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed