From: Mel Gorman Date: Thu, 13 Jan 2011 23:45:58 +0000 (-0800) Subject: mm: migration: cleanup migrate_pages API by matching types for offlining and sync X-Git-Tag: v2.6.38-rc1~199 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f0f24967b0349798803260b2e4bf347cffa1990;p=pandora-kernel.git mm: migration: cleanup migrate_pages API by matching types for offlining and sync With the introduction of the boolean sync parameter, the API looks a little inconsistent as offlining is still an int. Convert offlining to a bool for the sake of being tidy. Signed-off-by: Mel Gorman Cc: Andrea Arcangeli Cc: KOSAKI Motohiro Cc: Rik van Riel Acked-by: Johannes Weiner Cc: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed