]> git.baikalelectronics.ru Git - kernel.git/commit
mm/hwpoison: fix some obsolete comments
authorMiaohe Lin <linmiaohe@huawei.com>
Thu, 2 Sep 2021 21:58:28 +0000 (14:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Sep 2021 16:58:15 +0000 (09:58 -0700)
commit2184ef5815969c5e6389a4f9c33c9d6c4e2f821e
treee21e43ac27ea66d18ae77e0c1f005b3cc88835aa
parent902caade4eef695d01662161e31f8b220e1c0227
mm/hwpoison: fix some obsolete comments

Since commit ff6dca9255a3 ("vmscan: per memory cgroup slab shrinkers"),
shrink_node_slabs is renamed to drop_slab_node.  And doit argument is
changed to forcekill since commit 45ac8812d5c1 ("x86/mce: Fix
siginfo_t->si_addr value for non-recoverable memory faults").

Link: https://lkml.kernel.org/r/20210814105131.48814-5-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Acked-by: Naoya Horiguchi <naoya.horiguchi@nec.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memory-failure.c