mm/mmap: fix obsolete comment of find_extend_vma
authorMiaohe Lin <linmiaohe@huawei.com>
Sat, 9 Jul 2022 09:25:27 +0000 (17:25 +0800)
committerakpm <akpm@linux-foundation.org>
Mon, 18 Jul 2022 00:14:48 +0000 (17:14 -0700)
commitcdb5c9e53f2e7166409dbf7248364f592d11bd1c
tree2b7d3bb923a16882940797232d19c64eaa774e99
parent8f0b747d7dde47e9f6ff64d176ad5fcf0a23d524
mm/mmap: fix obsolete comment of find_extend_vma

mmget_still_valid() has already been removed via commit 4d45e75a9955 ("mm:
remove the now-unnecessary mmget_still_valid() hack").  Update the
corresponding comment.

Link: https://lkml.kernel.org/r/20220709092527.47778-1-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/mmap.c