diff options
Diffstat (limited to 'mm/mempolicy.c')
-rw-r--r-- | mm/mempolicy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/mempolicy.c b/mm/mempolicy.c index b53ec99f1428..78062ab641ff 100644 --- a/mm/mempolicy.c +++ b/mm/mempolicy.c | |||
@@ -993,7 +993,7 @@ int do_migrate_pages(struct mm_struct *mm, | |||
993 | * most recent <s, d> pair that moved (s != d). If we find a pair | 993 | * most recent <s, d> pair that moved (s != d). If we find a pair |
994 | * that not only moved, but what's better, moved to an empty slot | 994 | * that not only moved, but what's better, moved to an empty slot |
995 | * (d is not set in tmp), then we break out then, with that pair. | 995 | * (d is not set in tmp), then we break out then, with that pair. |
996 | * Otherwise when we finish scannng from_tmp, we at least have the | 996 | * Otherwise when we finish scanning from_tmp, we at least have the |
997 | * most recent <s, d> pair that moved. If we get all the way through | 997 | * most recent <s, d> pair that moved. If we get all the way through |
998 | * the scan of tmp without finding any node that moved, much less | 998 | * the scan of tmp without finding any node that moved, much less |
999 | * moved to an empty node, then there is nothing left worth migrating. | 999 | * moved to an empty node, then there is nothing left worth migrating. |