diff --git a/mm/migrate.c b/mm/migrate.c index 858350ca58b4..5bc81d61116f 100644 --- a/mm/migrate.c +++ b/mm/migrate.c @@ -1739,7 +1739,7 @@ static void migrate_folios_move(struct list_head *src_folios, /* * The rules are: * 0: folio will be freed - * -EAGAIN: stay on the unmap_folios list + * -EAGAIN: stay on the src_folios list * Other errno: put on ret_folios list */ switch (rc) {