Messages in this thread |  | | | Date | Mon, 06 Aug 2012 14:38:23 -0400 | | From | Rik van Riel <> | | Subject | Re: [PATCH v5 1/3] mm: introduce compaction and migration for virtio ballooned pages |
| |
On 08/06/2012 09:56 AM, Rafael Aquini wrote:
> @@ -846,6 +861,21 @@ static int unmap_and_move(new_page_t get_new_page, unsigned long private, > goto out; > > rc = __unmap_and_move(page, newpage, force, offlining, mode); > + > + if (unlikely(is_balloon_page(newpage)&& > + balloon_compaction_enabled())) {
Could that be collapsed into one movable_balloon_page(newpage) function call?
-- All rights reversed
|  |