]> www.infradead.org Git - users/jedix/linux-maple.git/commit
migrate_pages(): fix failure counting for retry
authorHuang Ying <ying.huang@intel.com>
Wed, 17 Aug 2022 08:14:07 +0000 (16:14 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 26 Aug 2022 05:02:57 +0000 (22:02 -0700)
commit0a6d6b5ded9a9d6f96c334210e2c7a72b09a1b1f
tree944344a576e9b9948c5843f57c95986040087aae
parent5312957e454be48bce68b78e08e9d1a78fdb1408
migrate_pages(): fix failure counting for retry

After 10 retries, we will give up and the remaining pages will be counted
as failure in nr_failed and nr_thp_failed.  We should count the failure in
nr_failed_pages too.  This is done in this patch.

Link: https://lkml.kernel.org/r/20220817081408.513338-8-ying.huang@intel.com
Fixes: 5984fabb6e82 ("mm: move_pages: report the number of non-attempted pages")
Signed-off-by: "Huang, Ying" <ying.huang@intel.com>
Reviewed-by: Baolin Wang <baolin.wang@linux.alibaba.com>
Reviewed-by: Oscar Salvador <osalvador@suse.de>
Cc: Zi Yan <ziy@nvidia.com>
Cc: Yang Shi <shy828301@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/migrate.c