diff options
| author | Andrew Morton <akpm@linux-foundation.org> | 2025-11-24 15:07:34 -0800 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2025-11-24 15:07:34 -0800 |
| commit | 87fcafc4e2b47da41300a0db558afc74d2e418b7 (patch) | |
| tree | e4e8918cad2944759fc48ab3c900d560c93c8e28 /mm/mmap_lock.c | |
| parent | c7ba92bcfea34f6b4afc744c3b65c8f7420fefe0 (diff) | |
| parent | 7c9580f44f90f7a4c11fc7831efe323ebe446091 (diff) | |
Merge branch 'mm-hotfixes-stable' into mm-stable in order to merge
"mm/huge_memory: only get folio_order() once during __folio_split()" into
mm-stable.
Diffstat (limited to 'mm/mmap_lock.c')
| -rw-r--r-- | mm/mmap_lock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/mmap_lock.c b/mm/mmap_lock.c index 39f341caf32c..f2532af6208c 100644 --- a/mm/mmap_lock.c +++ b/mm/mmap_lock.c @@ -257,6 +257,7 @@ retry: if (PTR_ERR(vma) == -EAGAIN) { count_vm_vma_lock_event(VMA_LOCK_MISS); /* The area was replaced with another one */ + mas_set(&mas, address); goto retry; } |