mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-17 20:54:10 +00:00
mm/migrate: fix comment typo syncronous->synchronous
Signed-off-by: Jianguo Wu <wujianguo@huawei.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
fed2719e7a
commit
fed5b64a95
1 changed files with 1 additions and 1 deletions
|
@ -736,7 +736,7 @@ static int __unmap_and_move(struct page *page, struct page *newpage,
|
|||
|
||||
if (PageWriteback(page)) {
|
||||
/*
|
||||
* Only in the case of a full syncronous migration is it
|
||||
* Only in the case of a full synchronous migration is it
|
||||
* necessary to wait for PageWriteback. In the async case,
|
||||
* the retry loop is too short and in the sync-light case,
|
||||
* the overhead of stalling is too much
|
||||
|
|
Loading…
Add table
Reference in a new issue