get_free_pages(), so as to avoid wastage of memory. Currently get_free_pages() is allocating at next order, while page_alloc_exact() will free the unused pages.
s/page_alloc_exact()/alloc_pages_exact()/ everywhere including subject to match the actual code change?