mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
mm/gup.c: fix formatting in check_and_migrate_movable_page()
Commit b05a79d437
("mm/gup: migrate device coherent pages when pinning
instead of failing") added a badly formatted if statement. Fix it.
Link: https://lkml.kernel.org/r/20220721020552.1397598-2-apopple@nvidia.com
Signed-off-by: Alistair Popple <apopple@nvidia.com>
Reported-by: David Hildenbrand <david@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
35fcd75af3
commit
65974cb910
4
mm/gup.c
4
mm/gup.c
@ -1980,8 +1980,8 @@ static long check_and_migrate_movable_pages(unsigned long nr_pages,
|
||||
folio_nr_pages(folio));
|
||||
}
|
||||
|
||||
if (!list_empty(&movable_page_list) || isolation_error_count
|
||||
|| coherent_pages)
|
||||
if (!list_empty(&movable_page_list) || isolation_error_count ||
|
||||
coherent_pages)
|
||||
goto unpin_pages;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user