[PATCH] swap: correct swapfile nr_good_pages
authorHugh Dickins <hugh@veritas.com>
Sat, 3 Sep 2005 22:54:32 +0000 (15:54 -0700)
committerLinus Torvalds <torvalds@evo.osdl.org>
Mon, 5 Sep 2005 07:05:40 +0000 (00:05 -0700)
commite2244ec2efa4ee1edf391d0001d314933e2b2974
treec9e43f9b6e11ce41d976025c6f9d94c273521132
parentb0d9bcd4bb79a7834f8492f2ae5c2655a551f23d
[PATCH] swap: correct swapfile nr_good_pages

If a regular swapfile lies on a filesystem whose blocksize is less than
PAGE_SIZE, then setup_swap_extents may have to cut the number of usable swap
pages; but sys_swapon's nr_good_pages was not expecting that.  Also,
setup_swap_extents takes no account of badpages listed in the swap header: not
worth doing so, but ensure nr_badpages is 0 for a regular swapfile.

Signed-off-by: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/swapfile.c