Searched hist:97955 (Results 1 - 1 of 1) sorted by relevance

/linux-master/mm/
H A Dmincore.cdiff 97955f69 Thu Oct 06 21:03:45 MDT 2022 Deming Wang <wangdeming@inspur.com> mm/mincore.c: use vma_lookup() instead of find_vma()

Using vma_lookup() verifies the start address is contained in the found
vma. This results in easier to read the code.

Link: https://lkml.kernel.org/r/20221007030345.5029-1-wangdeming@inspur.com
Signed-off-by: Deming Wang <wangdeming@inspur.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

Completed in 134 milliseconds