]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: migrate: fix the incorrect function name in comments
authorBaolin Wang <baolin.wang@linux.alibaba.com>
Tue, 24 Aug 2021 00:00:16 +0000 (10:00 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 2 Sep 2021 05:32:29 +0000 (15:32 +1000)
commita18cef18f7eff27db313ada8e9a37c0e981e69e6
tree33928d244bc24c016e268c543a75e77ce0271e1b
parentcf9ff0cef7ed09781ff224ea1add69308eb95bcc
mm: migrate: fix the incorrect function name in comments

since commit a98a2f0c8ce1 ("mm/rmap: split migration into its own
function"), the migration ptes establishment has been split into a
separate try_to_migrate() function, thus update the related comments.

Link: https://lkml.kernel.org/r/5b824bad6183259c916ae6cf42f81d14c6118b06.1629447552.git.baolin.wang@linux.alibaba.com
Signed-off-by: Baolin Wang <baolin.wang@linux.alibaba.com>
Reviewed-by: Yang Shi <shy828301@gmail.com>
Reviewed-by: Alistair Popple <apopple@nvidia.com>
Cc: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
mm/migrate.c