mm/mprotect: fix obsolete function name in change_pte_range()
authorMiaohe Lin <linmiaohe@huawei.com>
Sun, 23 Jul 2023 03:31:14 +0000 (11:31 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 18 Aug 2023 17:12:43 +0000 (10:12 -0700)
commiteafcb7a972e2039e0f8a8c0d4fd3e90e485c8b9c
treed18eb887de2cc0f480523636918f5e0ae3fb7750
parent05f1edac80095634638a2ba8ae8d0f3d2b3e653b
mm/mprotect: fix obsolete function name in change_pte_range()

Since commit 79a1971c5f14 ("mm: move the copy_one_pte() pte_present check
into the caller"), the explanation of preserving soft-dirtiness is moved
into copy_nonpresent_pte().  Update corresponding comment.

Link: https://lkml.kernel.org/r/20230723033114.3224409-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>
mm/mprotect.c