diff options
author | 2022-03-22 14:46:41 -0700 | |
---|---|---|
committer | 2022-03-22 15:57:09 -0700 | |
commit | 531037a06518094aba283194aa0d4808b0c47656 (patch) | |
tree | 0946eda68751489ef9197dcac8b0d9a24d3b002f /mm/internal.h | |
parent | mm/hwpoison: check the subpage, not the head page (diff) | |
download | wireguard-linux-531037a06518094aba283194aa0d4808b0c47656.tar.xz wireguard-linux-531037a06518094aba283194aa0d4808b0c47656.zip |
mm/madvise: 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/20220311082731.63513-1-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/internal.h')
0 files changed, 0 insertions, 0 deletions