On 06.03.25 06:45, Bharata B Rao wrote:
migrate_misplaced_folio_prepare() can be called from a
context where VMA isn't available. Allow the migration
to work from such contexts too.
I was initially confused about "can be called", because it can't
Consider phrasing it as "We want to make use of alloc_misplaced_dst_folio() in context where we don't have VMA information available. To prepare for that ..."