Re: [PATCH v10 10/12] mm/vmalloc: add vmap_range_noflush variant
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-01-24 14:53:22
Also in:
linux-mm, linuxppc-dev, lkml
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-01-24 14:53:22
Also in:
linux-mm, linuxppc-dev, lkml
On Sun, Jan 24, 2021 at 06:22:28PM +1000, Nicholas Piggin wrote:
As a side-effect, the order of flush_cache_vmap() and arch_sync_kernel_mappings() calls are switched, but that now matches the other callers in this file. Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>