mm/memory-failure.c: remove obsolete comment in __soft_offline_page
authorMiaohe Lin <linmiaohe@huawei.com>
Tue, 22 Mar 2022 21:44:30 +0000 (14:44 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 Mar 2022 22:57:07 +0000 (15:57 -0700)
commit2ab916790ff0bbaac557dc1238f08237dd7799cc
treee6ef3c25e7de4cefe5853b092206487b32b1f0a1
parent357670f79efb7e520461d18bb093342605c7cbed
mm/memory-failure.c: remove obsolete comment in __soft_offline_page

Since commit add05cecef80 ("mm: soft-offline: don't free target page in
successful page migration"), set_migratetype_isolate logic is removed.
Remove this obsolete comment.

Link: https://lkml.kernel.org/r/20220218090118.1105-8-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memory-failure.c