Loading drivers/android/binder_alloc.c +5 −0 Original line number Diff line number Diff line Loading @@ -218,6 +218,11 @@ static int binder_update_page_range(struct binder_alloc *alloc, int allocate, if (mm) { down_write(&mm->mmap_sem); if (!mmget_still_valid(mm)) { if (allocate == 0) goto free_range; goto err_no_vma; } vma = alloc->vma; } Loading Loading
drivers/android/binder_alloc.c +5 −0 Original line number Diff line number Diff line Loading @@ -218,6 +218,11 @@ static int binder_update_page_range(struct binder_alloc *alloc, int allocate, if (mm) { down_write(&mm->mmap_sem); if (!mmget_still_valid(mm)) { if (allocate == 0) goto free_range; goto err_no_vma; } vma = alloc->vma; } Loading