Re: [PATCH 2/3] mm/vma: Make vma_is_foreign() available for general use
From: Vlastimil Babka <hidden>
Date: 2020-02-26 13:59:26
Also in:
linux-mm, lkml
From: Vlastimil Babka <hidden>
Date: 2020-02-26 13:59:26
Also in:
linux-mm, lkml
On 2/26/20 5:50 AM, Anshuman Khandual wrote:
Idea of a foreign VMA with respect to the present context is very generic. But currently there are two identical definitions for this in powerpc and x86 platforms. Lets consolidate those redundant definitions while making vma_is_foreign() available for general use later. This should not cause any functional change. Cc: Paul Mackerras <redacted> Cc: Michael Ellerman <mpe@ellerman.id.au> Cc: Thomas Gleixner <redacted> Cc: Ingo Molnar <mingo@redhat.com> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: x86@kernel.org Cc: linuxppc-dev@lists.ozlabs.org Cc: linux-kernel@vger.kernel.org Cc: linux-mm@kvack.org Signed-off-by: Anshuman Khandual <redacted>
Some comment for the function wouln't hurt, but perhaps it is self-explanatory enough. Acked-by: Vlastimil Babka <redacted>