mm, hwpoison: use num_poisoned_pages_sub() to decrease num_poisoned_pages
authorMiaohe Lin <linmiaohe@huawei.com>
Tue, 30 Aug 2022 12:36:01 +0000 (20:36 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 27 Sep 2022 02:46:04 +0000 (19:46 -0700)
commit21c9e90ab9a4c991d21dd15cc5163c99a885d4a8
tree705341267c4441163ed9e4c1f949c577b7dd1e65
parentda29499124cd2221539b235c1f93c7d93faf6565
mm, hwpoison: use num_poisoned_pages_sub() to decrease num_poisoned_pages

Use num_poisoned_pages_sub() to combine multiple atomic ops into one. Also
num_poisoned_pages_dec() can be killed as there's no caller now.

Link: https://lkml.kernel.org/r/20220830123604.25763-4-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>
include/linux/swapops.h
mm/memory-failure.c