Re: [PATCH v6 2/5] mm/sparse: use the new sparse buffer functions in non-vmemmap

2018-07-17 Thread Oscar Salvador
On Mon, Jul 16, 2018 at 01:44:44PM -0400, Pavel Tatashin wrote: > non-vmemmap sparse also allocated large contiguous chunk of memory, and if > fails falls back to smaller allocations. Use the same functions to > allocate buffer as the vmemmap-sparse > > Signed-off-by: Pavel Tatashin

Re: [PATCH v6 2/5] mm/sparse: use the new sparse buffer functions in non-vmemmap

2018-07-17 Thread Oscar Salvador
On Mon, Jul 16, 2018 at 01:44:44PM -0400, Pavel Tatashin wrote: > non-vmemmap sparse also allocated large contiguous chunk of memory, and if > fails falls back to smaller allocations. Use the same functions to > allocate buffer as the vmemmap-sparse > > Signed-off-by: Pavel Tatashin

[PATCH v6 2/5] mm/sparse: use the new sparse buffer functions in non-vmemmap

2018-07-16 Thread Pavel Tatashin
non-vmemmap sparse also allocated large contiguous chunk of memory, and if fails falls back to smaller allocations. Use the same functions to allocate buffer as the vmemmap-sparse Signed-off-by: Pavel Tatashin --- mm/sparse.c | 41 ++--- 1 file changed, 14

[PATCH v6 2/5] mm/sparse: use the new sparse buffer functions in non-vmemmap

2018-07-16 Thread Pavel Tatashin
non-vmemmap sparse also allocated large contiguous chunk of memory, and if fails falls back to smaller allocations. Use the same functions to allocate buffer as the vmemmap-sparse Signed-off-by: Pavel Tatashin --- mm/sparse.c | 41 ++--- 1 file changed, 14