diff --git a/mm/memory.c b/mm/memory.c index 91b8c26bc060..38b3f33f1531 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -6337,7 +6337,6 @@ retry: if (IS_ERR_OR_NULL(vma)) { /* Check if the VMA got isolated after we found it */ if (PTR_ERR(vma) == -EAGAIN) { - vma_end_read(vma); count_vm_vma_lock_event(VMA_LOCK_MISS); /* The area was replaced with another one */ goto retry;