]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9f53d3b1bd800a7def1a3f23bba7d1cdcff80e4c
tree2b7d3bb923a16882940797232d19c64eaa774e99
parent90aae8a4c9abe251e7656a5bec1b30c80890e68f
mm/mmap: fix obsolete comment of find_extend_vma

mmget_still_valid() has already been removed via commit 1c8e01d37f7e ("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