|
@@ -988,10 +988,10 @@ void task_numa_work(struct callback_head *work)
|
|
|
|
|
|
out:
|
|
|
/*
|
|
|
- * It is possible to reach the end of the VMA list but the last few VMAs are
|
|
|
- * not guaranteed to the vma_migratable. If they are not, we would find the
|
|
|
- * !migratable VMA on the next scan but not reset the scanner to the start
|
|
|
- * so check it now.
|
|
|
+ * It is possible to reach the end of the VMA list but the last few
|
|
|
+ * VMAs are not guaranteed to the vma_migratable. If they are not, we
|
|
|
+ * would find the !migratable VMA on the next scan but not reset the
|
|
|
+ * scanner to the start so check it now.
|
|
|
*/
|
|
|
if (vma)
|
|
|
mm->numa_scan_offset = start;
|