Re: [Xen-devel] [PATCH v6 2/8] mm: Extract allocation loop from alloc_heap_pages()

2017-08-06 Thread Jan Beulich
>>> Boris Ostrovsky 08/04/17 7:04 PM >>> >This will make code a bit more readable, especially with changes that >will be introduced in subsequent patches. > >Signed-off-by: Boris Ostrovsky >--- >Changes in v6: >* Rebased due to changes in the first patch (thus dropped Jan's ACK) Feel free to re-

[Xen-devel] [PATCH v6 2/8] mm: Extract allocation loop from alloc_heap_pages()

2017-08-04 Thread Boris Ostrovsky
This will make code a bit more readable, especially with changes that will be introduced in subsequent patches. Signed-off-by: Boris Ostrovsky --- Changes in v6: * Rebased due to changes in the first patch (thus dropped Jan's ACK) xen/common/page_alloc.c | 139 +++---