aboutsummaryrefslogtreecommitdiff
path: root/mm/migrate_device.c
diff options
context:
space:
mode:
authorGravatar Andrew Morton <akpm@linux-foundation.org> 2023-08-21 14:26:20 -0700
committerGravatar Andrew Morton <akpm@linux-foundation.org> 2023-08-21 14:26:20 -0700
commit5994eabf3bbbea550166ae90de0c854fc984c95d (patch)
tree6b242a70d3254c408c68157a5f5b2fa7eb9f6a4b /mm/migrate_device.c
parentpagemap: remove wait_on_page_locked_killable() (diff)
parentmm: multi-gen LRU: don't spin during memcg release (diff)
downloadlinux-5994eabf3bbbea550166ae90de0c854fc984c95d.tar.gz
linux-5994eabf3bbbea550166ae90de0c854fc984c95d.tar.bz2
linux-5994eabf3bbbea550166ae90de0c854fc984c95d.zip
merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes
Diffstat (limited to 'mm/migrate_device.c')
-rw-r--r--mm/migrate_device.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/migrate_device.c b/mm/migrate_device.c
index 6c556b5876c6..d69131adc51c 100644
--- a/mm/migrate_device.c
+++ b/mm/migrate_device.c
@@ -279,6 +279,7 @@ next:
static const struct mm_walk_ops migrate_vma_walk_ops = {
.pmd_entry = migrate_vma_collect_pmd,
.pte_hole = migrate_vma_collect_hole,
+ .walk_lock = PGWALK_RDLOCK,
};
/*